#schmuckstars-intro-video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#schmuckstars-intro-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.intro-video-playing {
    overflow: hidden;
} 