/* CSS Document */

.mfp-iframe {
  background: #fff !important; /* 想要的背景色 */
  padding: 10px;
}

.mfp-bg {
  /* background: rgba(0, 0, 0, 0.6) !important;  黑色背景，透明度 0.6 */
  opacity: 0.6 !important;
}


/* .mfp-iframe-holder .mfp-content {
  max-width: 80vw !important;
} */

.mfp-iframe-holder .mfp-content {
  width: 90% !important;
  max-width: 1200px !important;
  height: 90% !important; /* 這個不一定生效，要設定 iframe 才會有用 */
}

/* 設定 iframe 的高度 */
.mfp-iframe-holder iframe {
  height: 90% !important;
}
