.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(238, 238, 238, 0.9);    
  }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
  }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
  }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }
  
  .mfp-align-top .mfp-container:before {
    display: none
  }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
  }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
  }
  
  .mfp-ajax-cur {
    cursor: progress
  }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
  }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
  }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto
  }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
  }
  
  .mfp-loading.mfp-figure {
    display: none
  }
  
  .mfp-hide {
    display: none !important
  }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
  }
  
  .mfp-preloader a {
    color: #CCC
  }
  
  .mfp-preloader a:hover {
    color: #FFF
  }
  
  .mfp-s-ready .mfp-preloader {
    display: none
  }
  
  .mfp-s-error .mfp-content {
    display: none
  }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    /* background: transparent; */
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0
  }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
  }
  
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1
  }
  
  .mfp-close:active {
    top: 1px
  }
  
  .mfp-close-btn-in .mfp-close {
    color: #000;
  }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #000;
    right: 0;
    text-align: right;
    padding-right: 6px;
    width: 100%
  }

.mfp-close-btn-in .mfp-close{
    margin: 0 calc(50% - 50vw);
    background: #FFF;
    top: 30px;    
    right: 50px;
    opacity: 1;    
    border-radius: 50%;    
    color: currentcolor;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.mfp-close-btn-in .mfp-close svg{
  width: 18px;
}

/*
  .mfp-close-btn-in .mfp-close{
      margin: 0 calc(50% - 50vw);
      width: 100vw;      
      background: #FFF url('data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22Icon%20Icon--close%20%22%20role%3D%22presentation%22%20viewBox%3D%220%200%2016%2014%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M15%200L1%2014m14%200L1%200%22%20stroke%3D%22currentColor%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fsvg%3E')no-repeat center center/contain;  
      background-position-x: calc( 100% - 30px );
      top: 30px;
      background-size: 40px;
      opacity: 1;
      color: #FFF;
      text-indent: 100%;
        border-radius: 50%;    
    color: currentcolor;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
*/

  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
  }
  
  .mfp-arrow {
    position: absolute;
    /* opacity: .65; */
    opacity: 1;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 30px;
    height: 60px;
    -webkit-tap-highlight-color: transparent
  }
  
  .mfp-arrow:active {
    margin-top: -54px
  }
  
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
  }
  
  /*
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
  }
  
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
  }
  
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
  }
  */

  button.mfp-arrow{
    background-color: #FFF;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mfp-arrow-left {
    left: 50px;       
  }
  
  
  .mfp-arrow-left:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(25%) rotate(-135deg);
  }
  
  .mfp-arrow-right{
    right: 50px;        
  }
  
  .mfp-arrow-right:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
  }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
  }
  
  .mfp-iframe-holder .mfp-close {
    top: -40px
  }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
  }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
  }
  
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 90px 0 120px;
    margin: 0 auto
  }
  
  .mfp-figure {
    line-height: 0
  }
  
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 120px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /* background: #FFF; */
  }
  
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
  }
  
  .mfp-figure figure {
    margin: 0;  
  }
  
  .mfp-bottom-bar {
    margin-top: -100px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
  }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #000;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
  
  .mfp-title a {
    text-decoration: underline
  }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%;
    height: 100%;
  }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
  }
  
  @media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
      padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0
    }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px
    }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0
    }
  }
  
  @media all and (max-width:900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75)
    }
    .mfp-arrow-left {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0
    }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%
    }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px
    }
  }
  
  @media (max-width: 640px) {
    .mfp-container{
      padding: 0;
    }
    .mfp-figure figure {     
      height: 100dvh;
      display: flex;
      align-items: center;
    }
    img.mfp-img{      
      width: 100%;
      padding: 0;
    }
    .mfp-title{
      font-size: 10px;
    }
    .mfp-counter{
      font-size: 10px;
      right: 10px;
    }
    .mfp-bottom-bar{
      margin-top: -140px;
      padding: 0 10px;
    }
    button.mfp-arrow{
      bottom: 0;
      top: auto;    
      background-size: 14px;
      width: 60px;
      height: 60px;
    }
    button.mfp-arrow.mfp-arrow-left{
      bottom: -8px;
    }
    .mfp-arrow-left{
      left: 25px;
    }
    .mfp-arrow-right{
      right: 25px;
    }
    .mfp-close-btn-in .mfp-close{
      bottom: 8px;      
      top: auto;
      background-position: center;
      background-size: 20px;
      padding-right:0 ;
      left: calc( 100% / 2 - ( 45px - 45px / 2 ) );
      width: 45px;
      height: 45px;
    }
  }
  