/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 27 Mar 2026, 4:33 pm
*/

/* Fix FooGallery carousel height — applies to all galleries */
.foogallery-carousel .fg-carousel-inner {
  max-height: 700px !important;
  overflow: hidden !important;
}

.foogallery-carousel .fg-item,
.foogallery-carousel .fg-item-inner,
.foogallery-carousel .fg-thumb {
 height: auto !important;
}

.foogallery-carousel .fg-image-wrap {
  height: auto !important;
  overflow: hidden !important;
}

.foogallery-carousel .fg-image {
  width: 100% !important;
  height: 600px !important;
  max-width: 100% !important;
  object-fit: cover !important;
}