/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 10 Aug 2026, 9:19 pm
*/

.foogallery-carousel .fg-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foogallery-carousel .fg-image {
    width: auto !important;
    height: auto !important;
    max-width: 95% !important;
    max-height: 80vh !important;
    object-fit: contain !important;
}

.foogallery-carousel .fg-item,
.foogallery-carousel .fg-image-wrap{
    background: transparent !important;
}