.galleryItem7 {
    color: #797478;
    font: 13px/1.5 Verdana, Helvetica, sans-serif;
    float: left;
	text-align:center;
	width: 12%;
    margin:  1% 1% 0.5% 1%; 
}
.galleryItem7 img {
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.galleryItem7 p {
	height:60px;
	overflow:hidden;
}
.galleryItem7 a {
	text-decoration:none;
	color:#797478;
}
/* MEDIA QUERIES*/
@media only screen and (max-width : 940px),
only screen and (max-device-width : 940px){
    .galleryItem7 {width: 29%;}
}
 
@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
    .galleryItem7 {width: 21%;}
}
 
@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
    .galleryItem7 {width: 92%;}
}
 
@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
    .galleryItem7 {width: 96%;}
    .galleryItem7 h3 {font-size: 18px;}
    .galleryItem7 p, {font-size: 18px;}
}