/*--Art Page---------------------------------------------------------------*/

.art-img-sizer{
	width: 33%;
	border-radius: 3px;
}

/*--Media Queries---------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
		
	.art-img-sizer{
		width: 49%;
	}
}

@media only screen and (max-width: 600px) {
		
	.art-img-sizer{
		width: 100%;
	}
}