.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-container {
  width: 90%;
  max-width: 1200px;
}

.mfp-content {
  background: #fff;
  padding: 20px;
}

.mfp-iframe-scaler {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.mfp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  background: #fff;
  border: none;
  padding: 5px 10px;
  z-index: 10002;
}
