.fancybox-slide--html .fancybox-content {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible;
}

.fancybox-slide--html .fancybox-content h3 {
  margin: 0;
  line-height: 0;
}

.fancybox-slide--html .fancybox-content img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 92vw;
  max-height: 88vh;
}

.fancybox-slide--html .fancybox-content .fancybox-close-small {
  color: #fff;
  opacity: 1;
}
a.fancybox {
    display: inline-block;
    background-color: #6a9d4f;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    transition: background-color .2s ease;
}

a.fancybox:hover {
    background-color: #578540;
    color: #fff !important;
}
@media (max-width: 767px) {
    a.fancybox {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}