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

@media (max-width: 767px) {

    .foogallery .fg-panel-thumbs-left {
        flex-direction: column !important;
    }

    .foogallery .fg-panel-thumbs {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .foogallery .fg-panel-content {
        width: 100% !important;
    }
}