.video-wrapper {
  width:100%;
  height:100vh;
  overflow: hidden;
  
  video, iframe {
    object-fit: cover;
    width:100%;
    height:100%;
  }
}
.video-popup__container video{
  max-width: 100%;
  width: 100%;
}