/* LP-DESIGN-R31: mobile-only full-width platter stack.
   Desktop/tablet R30 geometry is intentionally untouched. */

@media(max-width:640px){
  .hero{min-height:1430px}
  .hero-products{left:0;right:auto;width:100%;height:820px;bottom:10px}
  .hero-products .hero-roll,
  .hero-products .hero-sushi{
    left:0;
    right:auto;
    width:100%!important;
    height:auto!important;
    transform:none
  }
  .hero-products .hero-roll{top:7%}
  .hero-products .hero-sushi{top:52%}
  .hero-roll-name,
  .hero-sushi-name{
    left:50%;
    right:auto;
    transform:translateX(-50%);
    text-align:center;
    white-space:nowrap;
    max-width:94%
  }
  .hero-roll-name{top:1%;font-size:21px}
  .hero-sushi-name{top:45%;font-size:19px}
  .hero-combo-name{bottom:1%}
}

@media(max-width:360px){
  .hero{min-height:1320px}
  .hero-products{height:720px;bottom:10px}
  .hero-products .hero-roll,
  .hero-products .hero-sushi{left:0;right:auto;width:100%!important}
  .hero-products .hero-roll{top:8%}
  .hero-products .hero-sushi{top:51%}
  .hero-roll-name{top:1%;font-size:19px}
  .hero-sushi-name{top:44%;font-size:16px}
  .hero-combo-name{bottom:1%}
}
