.gallery_thumb{
	float:left;
	width:8vw;
	height:8vw;
	margin-top:1.4vw;
	margin-left:1.4vw;
	overflow:hidden;
	box-shadow:3px 3px 10px rgba(10,10,10,.2);
	cursor:pointer;
}
.gallery_thumb img{
	width:100%;
	height:100%;
}