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

@media only screen and (max-width: 48px){
	.foogallery.fg-simple_portfolio .fg-item {
		margin: 10px !important; /* Change the gutter size */
		/* Change the width so two columns are displayed.
		The 20px value is the gutter multiplied by 2
		as it is displayed on the left and right of the item. */
		width: calc(50% - 20px) !important;
		min-width: calc(50% - 20px) !important;
		max-width: calc(50% - 20px) !important;
	}
}
