.banner .video-box{
    height: 720px;
}
@media screen and (max-width: 750px) {
.banner .video-box{
    height: 50vh;
  }
}