/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 9 Oct 2024, 12:51 pm
*/

@media screen and (max-width: 981px) {
    .foogallery.fg-masonry.fg-col6 .fg-item {
		width:32.66%;
    }
    .foogallery.fg-masonry.fg-col6 .fg-column-width {
        width:32.66%;
    }
}