/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 26 Jun 2026, 11:35 pm
*/

.fg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.foogallery-image-viewer .fg-image-wrap,
.foogallery-image-viewer .fg-thumb,
.foogallery-image-viewer .fg-item-inner,
.foogallery-image-viewer .fg-item,
.foogallery-image-viewer img.fg-image {
    background: #fff !important;
}