.mfp-bg,
.mfp-wrap {
  position: fixed;
  inset: 0;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.75);
  z-index: 1042;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0;
}

.mfp-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.mfp-content {
  position: relative;
  max-width: min(960px, 100%);
  width: 100%;
}

.mfp-figure img,
.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.mfp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.mfp-iframe-scaler {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 16px;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
