.modal-video {
  overflow: hidden!important;
  position: relative!important;
  padding-bottom: 56.25%!important;
  height: 0!important;
}
.modal-video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video__content .blue-media-embed-component {
  height: 100%;
}
.modal-video__content .blue-media-embed-component .wrapper {
  padding: 0;
  height: 100%;
}
.modal-video iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
