/* Lightbox loading state */
.lightbox-image-wrapper img {
  background: rgba(255, 255, 255, 0.05);
}

.lightbox-caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
