/*
 * baguettebox-lightbox-gallery.css — compiled once from source/scss/baguettebox-lightbox-gallery.scss (webpack/wp-scripts removed).
 * This is now a hand-maintained static file; edit it directly.
 */

/**
 * MIXINS
 */
#baguetteBox-overlay polyline,
#baguetteBox-overlay g {
  stroke: rgba(255, 255, 255, 0.85);
}
#baguetteBox-overlay figure {
  position: unset;
}
#baguetteBox-overlay .wp-caption-text {
  text-align: center;
}
#baguetteBox-overlay .full-image img {
  max-width: 96vw;
}
@media all and (min-width: 768px) {
  #baguetteBox-overlay .full-image img {
    max-width: 90vw;
    max-height: 90vh;
  }
}
#baguetteBox-overlay .full-image figcaption {
  color: #ffffff;
}
