.homepage-video-section {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;

  }
  
  .homepage-video-section video {
    width: 100%;
    height: auto;
  }
  