/* Touch scrolling carries more momentum than a wheel. Give each mobile beat
   enough physical scroll distance to settle without intercepting gestures. */
@media (max-width: 819px) {
  body main .scene {
    height: 264svh;
  }

  body main .scene[data-scene="0"] {
    height: 182svh;
  }

  body main .scene[data-scene="2"] {
    height: 346svh;
  }

  body main .scene[data-scene="3"],
  body main .scene[data-scene="4"] {
    height: 300svh;
  }
}
