/* ---- Site_Footer_Injection.html line 27 ---- */
/* Caption container at bottom of lightbox */
.gallery-lightbox-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.50);
  color: white;
  padding: 15px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.gallery-lightbox-item-caption.hidden {
  opacity: 0;
}

.gallery-lightbox-item-wrapper {
  position: relative;
}

/* ---- Site_Footer_Injection.html line 53 ---- */
/* Caption container at bottom of lightbox */
.gallery-lightbox-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 15px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.gallery-lightbox-item-caption.hidden {
  opacity: 0;
}

.gallery-lightbox-item-wrapper {
  position: relative;
}

/* ---- Site_Footer_Injection.html line 6128 ---- */
.di-video-meta {
    margin-top: 1em;
    padding-top: 0.75em;
    border-top: 1px solid rgba(127, 127, 127, 0.25);
    font-size: 0.8em;
    line-height: 1.5;
    opacity: 0.7;
    letter-spacing: 0.02em;
  }
