/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 10 Aug 2026, 10:45 am
*/

@media (min-width: 1024px) {
    .foobox.fb-theme-dark .fb-inner, 
    .foobox.fb-theme-light .fb-inner {
        max-width: 80vw !important;
        max-height: 80vh !important;
        margin: auto !important;
    }
}