@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  video[data-src]:not(.mz-media-loaded) {
    min-height: 180px;
    background: #080809 !important;
  }

  video[data-src]:not(.mz-media-loaded)::cue {
    visibility: hidden;
  }

  body::before {
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    will-change: transform;
  }
}
