.scroll-video-section {
position: relative;
height: 300vh; background-color: #000;
z-index: 10;
}
.scroll-video-sticky {
position: sticky;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.scroll-video-item {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}