/* Custom CSS to fix toolbar and thumbnail bar overlay on images */

/* Add padding to image wrapper to account for toolbar (top) and thumbnails (bottom) */
.lg-outer .lg-img-wrap {
  padding: 60px 5px 130px 5px !important;
}

/* Ensure the before pseudo-element accounts for reduced height */
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  height: calc(50% - 95px) !important;
}
