body.movie-portrait .mfp-iframe-holder .mfp-content {
  max-width: 411px;
}
@media screen and (max-width: 767px) {
  body.movie-portrait .mfp-iframe-holder .mfp-content {
    max-width: calc(80vh * 9 / 16);
  }
}
body.movie-portrait .mfp-iframe-scaler {
  background: #000;
  position: relative !important;
  overflow: visible !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.movie-portrait .mfp-iframe-scaler,
body.movie-portrait .mfp-iframe-scaler iframe.mfp-iframe {
  height: 730px !important;
}
@media screen and (max-width: 767px) {
  body.movie-portrait .mfp-iframe-scaler,
  body.movie-portrait .mfp-iframe-scaler iframe.mfp-iframe {
    height: 80vh !important;
  }
}
