.video-banner {
    height: auto !important;
}
@media only screen and (max-width: 767px) {
  .video-banner {
    margin-top: -10px !important;
  }
}