.hero-video-stage {
    display: none;
}

@media (min-width: 992px) {
    .hero.hero-video-active {
        position: relative;
        isolation: isolate;
        background: #06192b;
    }

    .hero-video-active > .container {
        position: relative;
        z-index: 2;
    }

    .hero-video-stage {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: block;
        overflow: hidden;
        background: #06192b;
    }

    .hero-video-stage video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .hero-video-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .56) 48%, rgba(0, 0, 0, .38) 100%);
    }

    .hero-video-active .hero-media-column {
        display: none;
    }

    .hero-video-active .hero-copy-column {
        width: 75%;
        max-width: 860px;
    }

    .hero-video-active h1,
    .hero-video-active h1 span,
    .hero-video-active .hero-proof b {
        color: #fff;
        text-shadow: 0 3px 24px rgba(0, 0, 0, .28);
    }

    .hero-video-active .eyebrow {
        color: #73ddff;
    }

    .hero-video-active .lead,
    .hero-video-active .hero-proof span {
        color: rgba(255, 255, 255, .86);
    }
}
