.modal-playerWrapper {
  position: relative;
  padding-top: 56.25%;
}

.modal-playerWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.mfp-close-customed {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: 500px;
}

@media screen and (max-width: 750px) {
  .mfp-close-customed {
    top: -30px;
    left: auto;
    right: 0;
    width: 20px;
    margin-left: 0;
  }
}

.modal-movieArea {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 750px) {
  .modal-movieArea {
    width: 100%;
  }
}

/*# sourceMappingURL=../../_development/maps/css/cm.css.map */
