/*
 * gallery-images.scss
 * -----------------------------------------------
*/

.widget-gallery-images {
	.isotope-layout { 
		.isotope-item {
		    margin-bottom: 0;
		}
		&.grid-3 .isotope-item {
			width: 33.2% !important;
		}
	}
}