@media (min-width: 900px) {
    html.rasa-cover-video-scroll-active,
    html.rasa-cover-video-scroll-active body {
        overflow-x: hidden !important;
        background: #eefbf8 !important;
    }

    html.rasa-cover-video-scroll-active .site-header,
    html.rasa-cover-video-scroll-active header.site-header,
    html.rasa-cover-video-scroll-active .rasa-header,
    html.rasa-cover-video-scroll-active header {
        position: sticky !important;
        top: 0 !important;
        z-index: 150 !important;
    }

    html.rasa-cover-video-scroll-active .rasa-cover-video-hero {
        position: sticky !important;
        top: 0 !important;
        z-index: 1 !important;
        height: clamp(560px, 82vh, 820px) !important;
        min-height: clamp(560px, 82vh, 820px) !important;
        overflow: hidden !important;
        isolation: isolate !important;
        transform: translateZ(0) !important;
        will-change: transform !important;
    }

    html.rasa-cover-video-scroll-active .rasa-cover-video-layer {
        position: relative !important;
        z-index: 10 !important;
    }

    html.rasa-cover-video-scroll-active .rasa-cover-video-first-layer {
        margin-top: -54px !important;
        border-top-left-radius: 38px !important;
        border-top-right-radius: 38px !important;
        overflow: clip !important;
        background: #eefbf8 !important;
        box-shadow: 0 -22px 42px rgba(0, 70, 70, 0.10) !important;
    }

    html.rasa-cover-video-scroll-active main,
    html.rasa-cover-video-scroll-active main.rasa-pro-main {
        overflow: visible !important;
        position: relative !important;
    }
}

@media (max-width: 899.98px) {
    .rasa-cover-video-hero,
    .rasa-cover-video-layer,
    .rasa-cover-video-first-layer {
        position: relative !important;
        height: auto !important;
        min-height: 0 !important;
        margin-top: 0 !important;
        transform: none !important;
    }
}
