.modal-video__content.content-popup-modal__wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal-video__content-info {
  height: calc(100% - 8rem - 1.2rem);
  margin-top: 1.2em;
  overflow: hidden !important;
}

.modal-video__video,
.modal-video__video iframe {
  height: 100%;
  width: 100%;
}

.modal-video__video iframe {
  position: static;
  border: 0;
}
