
  /* FANCY BOX */
  .fancyphoto{cursor: zoom-in;}
  .fancybox-bg {background:rgba(255, 255, 255, .5);}
  .fancybox-button {background: transparent;}
  .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #000;
    background: transparent;
}
.fancybox-is-open .fancybox-bg{
  opacity: 1;
}
  .fancybox-caption {
     background: transparent;
     color: #000;
     font-size: 13px;
     font-weight: 300;
   }
   .fancybox-button svg path {
     fill: #fff;
     fill: #fff;
   }

  .fancybox-navigation{
     position: absolute;
     top: 50%;
     width: 100%;
  }

  .fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.swiper-pagination-bullet{
  transition: all .9s;
  opacity: .5;
}

.swiper-pagination-bullet-active{
   opacity: 1;
}

div.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  padding: 15px;
  width: 700px;
}

div.fancybox-content img{
  max-width: 100%;
}
  /* .fancybox-navigation .fancybox-button {
     background: transparent;
  }
  .fancybox-navigation .fancybox-button[disabled] {
     display: none;
  }
  .fancybox-navigation .fancybox-button svg path {
     fill: #000;
  } */
