.welcome-video-section {
    padding-top: 8%;
  }
  .bottom-video-section {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .welcome-video-section .container {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  /* .welcome-video-section .container .title {
    padding-bottom: 36px;
  } */
  .welcome-video-section .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .welcome-video-section .embed-container iframe, .welcome-video-section .embed-container object, .welcome-video-section .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  @media(max-width:650px) {
    .welcome-video-section .container{
        width: 80%;
    }
  }