/* Keep the poster visible at all times until a decoded video frame is ready. */
[data-scrub-hero]{position:relative;display:block}
.hero-film-stage{position:relative;min-height:100svh;overflow:hidden}
[data-scrub-hero] video{opacity:0}
[data-scrub-hero].scrub-ready video{opacity:1}
@media(min-width:768px) and (prefers-reduced-motion:no-preference){
 [data-scrub-hero].scrub-active{height:180svh}
 .scrub-active .hero-film-stage{position:sticky;top:0;height:100svh}
}
@media(max-width:767px),(prefers-reduced-motion:reduce){
 [data-scrub-hero]{height:auto!important}
 .hero-film-stage{position:relative!important;min-height:0;height:auto!important}
 [data-scrub-hero] video{display:none}
}
