/* Via Traço · scrub móvel estável v45
   Apenas responsivo. O desktop não é tocado. */
@media (max-width: 900px) {
  body.home .h-video-wrap.vt-mobile-sequence-host {
    position: relative !important;
    overflow: hidden !important;
    background: #fff !important;
    isolation: isolate !important;
  }

  body.home .h-video-wrap.vt-mobile-sequence-host .h-scrub-video,
  body.home .h-video-wrap.vt-mobile-sequence-host .vt-video-canvas {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.home .vt-mobile-scrub-canvas {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    z-index: 80 !important;
    pointer-events: none !important;
  }

  body.home .h-video-wrap.vt-mobile-sequence-host::before,
  body.home .h-video-wrap.vt-mobile-sequence-host::after {
    content: none !important;
    display: none !important;
  }
}
