

.container {
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
	float: left;
}
.galleryItem {
	color: #797478;
	font: 10px/1.5 Verdana, Helvetica, sans-serif;
	float: left;
	width: 21%;
	margin:  2% 2% 50px 2%;
}
 
.galleryItem h3 {
	text-transform: uppercase;
	font-family: Eras Medium ITC, Engravers Gothic BT, Charrington Strewn;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
 
.galleryItem img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

td.caption {
font-family: Eras Medium ITC, Engravers Gothic BT, Charrington Strewn;
font-size: 20px;
font-weight: bold;
color: #333;
vertical-align: top;

}

/* MEDIA QUERIES*/


@media only screen and (max-width : 1000px),
only screen and (max-device-width : 1000px){
	.galleryItem {width: 29.33333%;}
	.container {width: 60%;}
}
 
@media only screen and (max-width : 680px),
only screen and (max-device-width : 680px){
	.galleryItem {width: 46%;}
}
 
@media only screen and (max-width : 600px){
	.galleryItem {width: 96%;}
	td.caption {
		font-size: 12px;
		font-weight: normal;
		line-height: 90%;
	}

}
 
@media only screen and (max-width : 320px){
	
	.galleryItem {width: 96%;}
	.galleryItem img {width: 96%;}
	.galleryItem h3 {font-size: 18px;}
	td.caption {
		font-size: 12px;
		font-weight: normal;
		line-height: 90%;
	}

}

