/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 10 Apr 2025, 1:31 am
*/

.foogallery .fg-item {
    overflow: hidden;
    position: relative;
}
.foogallery .fg-thumb {
    display: block;
    width: 100%;
    max-height: 400px;
}
.foogallery .fg-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}