/* Keep the looping home film on the compositor layer on smaller phones. */
@media (max-width: 700px) {
  .landing-video {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
  }
}
