.ba-gallery .ba-gallery-items[data-local-slide],
.ba-item-simple-gallery .ba-instagram-image[data-local-slide] {
  cursor: zoom-in;
}

.ba-gallery .ba-pagination {
  display: none !important;
}

.local-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, .94);
  display: none;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 2147483647;
}

.local-lightbox.is-open {
  display: flex;
}

.local-lightbox__image {
  max-height: 88vh;
  max-width: 88vw;
  object-fit: contain;
  user-select: none;
}

.local-lightbox__close,
.local-lightbox__prev,
.local-lightbox__next {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  line-height: 1;
  padding: 18px;
  position: absolute;
  text-shadow: 0 2px 8px #000;
}

.local-lightbox__close { font-size: 44px; right: 12px; top: 6px; }
.local-lightbox__prev,
.local-lightbox__next { font-size: 64px; top: 50%; transform: translateY(-50%); }
.local-lightbox__prev { left: 12px; }
.local-lightbox__next { right: 12px; }
.local-lightbox__counter {
  bottom: 18px;
  color: #fff;
  font: 16px/1.2 Arial, sans-serif;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (max-width: 700px) {
  .local-lightbox__image { max-height: 82vh; max-width: 96vw; }
  .local-lightbox__prev,
  .local-lightbox__next { font-size: 44px; padding: 10px; }
  .local-lightbox__prev { left: 0; }
  .local-lightbox__next { right: 0; }
}
