
.thumb {
	width:180px !important;
	height:180px !important;
	border:1px solid #eee;
}



.thumb img {
	max-width:180px !important;
	max-height:180px !important;
	border-radius: 8px !important;

}

 
@media screen and (max-width: 810px) {

	.thumb {
		width:80px !important;
		height:80px !important;
	}

	.thumb img {
		max-width:100% !important;
		max-height:100% !important;
	}
}