/* Custom fix for lightbox popup image height in gallery */
.lightbox img, .lightbox-image, .lightbox-content img, .lb-image {
  max-height: 80vh !important;
  width: auto !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  /* background: #fff; */
}
