/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 2 Jun 2026, 8:12 am
*/

/* Hard-targets only the gallery images across all FooGalleries */
.foogallery-container .fg-item img.fg-image,
.foogallery-container .fg-item-inner img.fg-image,
.foogallery-container .fg-image-wrap img.fg-image {
    width: 225.59px !important;
    height: 225.59px !important;
    min-width: 225.59px !important;
    min-height: 225.59px !important;
    max-width: 225.59px !important;
    max-height: 225.59px !important;
    object-fit: cover !important;
    object-position: center !important;
}