/* Keep the poster visible while the video prepares its first frame. */
.hero-picture { display: contents; }
.hero-video { position: absolute; inset: 0; }
.hero-media-wrap .hero-photo { position: absolute; inset: 0; }
.hero-video { visibility: hidden; }
.hero-video.hero-video-ready { visibility: visible; }
.hero:not(.hero-visual-ready) .hero-label { visibility: hidden; }
