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

@media (max-width: 768px) {
    .foogallery {
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .foogallery .fg-item {
        float: none !important;
        display: inline-block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .foogallery img {
        display: block;
        margin: 0 auto !important;
    }
}