/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


.gallery > a > img {
	margin-bottom:5px;
	width:300px;
	}

@media (min-width: 768px) {
	.gallery > a > img {
	width:350px;
	}

 
@media (min-width: 1200px){
	.container {
	width: 1160px;
	}
	.gallery > a > img {
	width:400px;
	}
}
@media (min-width: 1300px){
	.container {
	width: 1260px;
	}
	.gallery > a > img {
	width:450px;
	}
}
