.mfp-wrap .mfp-img {
  cursor: zoom-in;
  pointer-events: auto;
}

.mfp-wrap.mfp-click-zoomed {
  overflow: auto !important;
}

.mfp-wrap.mfp-click-zoomed .mfp-container {
  position: relative !important;
  height: auto !important;
  min-height: 100vh !important;
  overflow: visible !important;
  padding: 40px 20px !important;
  text-align: center !important;
  cursor: default !important;
}

.mfp-wrap.mfp-click-zoomed .mfp-content {
  width: max-content !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.mfp-wrap.mfp-click-zoomed .mfp-figure {
  width: max-content !important;
  max-width: none !important;
  display: block !important;
}

.mfp-wrap.mfp-click-zoomed .mfp-img {
  display: block !important;
  max-width: none !important;
  max-height: none !important;
  cursor: zoom-out;
}