    <style>
        body {
            height: 200vh; /* Ensure there's enough scrollable space */
            margin: 0;
        }

        #video-container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        #video {
            width: 100%;
            height: 100%;
        }
    </style>