.image-source-link {
  color: #98C3D1;
}

.mfp-bg {
  z-index: 2147483646;
}

.mfp-wrap {
  z-index: 2147483647;
}

body.mfp-zoom-out-cur .site-top-menu,
body.mfp-zoom-out-cur .site-top-menu__bar {
  z-index: 1000!important;
}

body.mfp-zoom-out-cur .site-top-menu {
  pointer-events: none;
}

.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.8;
}

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

button.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
position: fixed;
background: rgba(27, 27, 27, .72);
opacity: .92;
font-size: 35px;
font-weight: 300;
width: 56px;
height: 56px;
border-radius: 50%;
color: #fff;
top: 24px!important;
right: 24px!important;
line-height: 56px;
border: none;
text-align: center;
text-shadow: none;
z-index: 2147483647;
-webkit-transition: opacity .3s ease, background .3s ease;
-moz-transition: opacity .3s ease, background .3s ease;
-o-transition: opacity .3s ease, background .3s ease;
transition: opacity .3s ease, background .3s ease;
font-family: Arial, Baskerville, monospace;
float: right;
padding: 0;
}

button.mfp-close:hover,
button.mfp-close:focus,
.mfp-image-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:focus {
opacity: 1;
background: rgba(27, 27, 27, .9);
}

.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
content: "\00d7";
display: block;
width: 100%;
height: 100%;
line-height: inherit;
}

@media (max-width: 767px) {
  button.mfp-close,
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
  width: 46px;
  height: 46px;
  top: 12px!important;
  right: 12px!important;
  font-size: 32px;
  line-height: 46px;
  }
}
