#scroll-container {
    position: relative;
    height: 500vh;
    background: #000;
}

#scroll-video {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}