/*! Fancybox v3.5.7 | fancyapps.com | Copyright JS Foundation and other contributors */
.fancybox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fancybox-is-open .fancybox-container {
  opacity: 1;
}
.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fancybox-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  z-index: 99997;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-close-small {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(30, 30, 30, 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 99999;
}
.fancybox-close-small:hover {
  background: rgba(30, 30, 30, 0.8);
}
.fancybox-slide--image {
  overflow: hidden;
  text-align: center;
}
.fancybox-slide--image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  background: rgba(30, 30, 30, 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 99998;
  transform: translateY(-50%);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 10px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 10px;
}
.fancybox-navigation .fancybox-button:hover {
  background: rgba(30, 30, 30, 0.8);
}
.fancybox-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  z-index: 99999;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: transform 0.3s linear;
}
