/* LightGallery CSS Overrides */
.lg-has-poster {
    object-fit: contain;
}

/* Change color of progress bar that displays along the top of the lightbox */
.lg-progress-bar .lg-progress {
  background-color: #00acaf;
}

/* Change border color around thumbnails along the bottom of the lightbox */
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #00acaf;
}

/* Caption/Credit override and addition */
.lg-sub-html p {
  margin: 0 0 0.5em;
}
.lg-sub-html p::before {
  content: 'Credit: '
}

