.video-modal .video-embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  min-height: 180px;
}

.video-modal .video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.video-modal .video-embed-container video {
  width: 100%;
  height: auto;
}
