@charset "utf-8";
/* CSS Document */
 .gallery
{
	width:100%;
	float:left;
	
}

.gallery-img
{
	width:600px;
	height:600px;
	float:left;
	padding:2px;
	margin-bottom:10px;

}

.gallery-width
{
	
	-ms-flex:0 0 30%;
	-webkit-box-flex:0;
	flex:0 0 30%;
	max-width:30%;
	float:left;
}