.mfp-bg {
  background: #fff;
  z-index: 10000000000; }

.mfp-image-holder .mfp-close {
  color: #000; }

.twist-lightbox {
  cursor: zoom-in; }

.mfp-figure:after {
  top: 48px;
  bottom: 48px;
  box-shadow: initial;
  background: transparent; }

.mfp-wrap {
  z-index: 10000000001; }
.mfp-wrap .mfp-container {
  padding: 48px; }
@media (max-width: 614px) {
  .mfp-wrap .mfp-container {
    padding: 16px; } }
@media (min-width: 614px) and (max-width: 992px) {
  .mfp-wrap .mfp-container {
    padding: 32px; } }
.mfp-wrap .mfp-container .mfp-content {
  position: initial; }
.mfp-wrap .mfp-container .mfp-content .mfp-img {
  max-height: calc(100vh - 96px) !important;
  padding: 0px;
  max-width: 100%;
  min-width: 200px; }
.mfp-wrap .mfp-container .mfp-content .mfp-close {
  right: 20px;
  top: 15px;
  opacity: 1;
  font-size: 45px;
  font-weight: normal;
  color: #444649;
  font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }
@media (max-width: 614px) {
  .mfp-wrap .mfp-container .mfp-content .mfp-close {
    right: 6px; } }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }
