.background-video-wrapper {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: -10;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.background-video {
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    background: #000;
    position: static !important;
    z-index: -10 !important;
}

body, html {
    position: relative;
    z-index: 0;
}

.site-main, .hero-container, .hero-content {
    position: relative;
    z-index: 10 !important;
} 