#scroll-video {
    display: block;
    margin: 0 auto;
    width: 50vw;
    height: 50vh;
    transition: width 0.5s ease, height 0.5s ease;
  }
  
  .video-section {
    margin-bottom: 100vh; /* So you can scroll and see the effect */
  }
  