@media screen {

	.grid-gallery{
		column-width:200px;
		column-count:4;
		column-gap:5px;
	}
	
	.grid-gallery img{
		
	}
	

} /* END screen media */



@media only screen 
and (max-width : 1044px) {


}
