/* Vimeo hero support */

.video-hero__iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    border: 0;
    z-index: 1;
    pointer-events: none;
}

.video-hero__media:has(.video-hero__iframe) .video-hero__fallback {
    z-index: 0;
}

@supports not selector(:has(*)) {
    .video-hero__fallback {
        z-index: 0;
    }
}
