

.__video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 960px;
}

.__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1050px){
    .__video-container {
      height: 60vh;
    }
}