/* LP-DESIGN-R28: maximize equal mobile platter size without visible overlap. */

@media(max-width:640px){
  .hero-products .hero-roll,
  .hero-products .hero-sushi{
    width:52%!important;
    height:auto!important;
    top:33%;
    transform:none
  }
  .hero-products .hero-roll{left:0}
  .hero-products .hero-sushi{right:0}
}

@media(max-width:360px){
  .hero-products .hero-roll,
  .hero-products .hero-sushi{width:52%!important;top:33%}
  .hero-products .hero-roll{left:0}
  .hero-products .hero-sushi{right:0}
}
