@charset "utf-8";
.container {
	width= 70%;
	margin:10px auto;
	overflow: hidden;	
}

.container h3{
	background: #000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
}
.galleryItem {
	color: #Ffffff
	Font: 12px Veranda, Helvetica, sans-serif;
	float: left;
	Clear: none;
	width: 16%;
	height: 285px;
	margin: 2% 2% 10px 2%;
	Font-size:12px;
}

.galleryItem h3 {
	background: #000;
	text-transform: uppercase;
	text-align: center;
}

.galleryItem img {
	max-width=100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* MEDIA QUERIES*/
@media only screen and (max-width : 940px),
only screen and (max-device-width : 940px){
	.galleryItem {width:21%;
	height: 300px;}
}
	
@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
	.galleryItem {width:29.333%;
	height: 300px;}
}

@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
	.galleryItem {width:46%;height: 300px;}
}

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	.galleryItem {width:70%; height: 330px;}
	.galleryItem img {width: 96%;}
	.galleryItem h3 {font-size: 18px;}
	.galleryItem p, {font-size: 12px;}
.container {
	width= 50%;
	margin:10px auto;
	overflow: hidden;	
}
}