.gallery{
	margin-top: 96px;
	margin-bottom: 48px;
}
.gallery a{
	display: block;
	margin-bottom: 48px;
	text-decoration: none;
}
.gallery a .image{
	height: 520px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.gallery a .caption{
	margin-top: 12px;
}

@media (max-width: 1335px) {
	.gallery a .image{
		height: 437px;
	}
}

@media (max-width: 1199px) {
	.gallery a .image{
		height: 358px;
	}
}

@media (max-width: 767px) {
	.gallery{
		margin-bottom: 80px;
	}
	.gallery a{
		text-align: center;
		margin-bottom: 54px;
	}
	.gallery a .image{
		height: auto;
	}
	.gallery a .image:before{
		content: '';
		display: block;
		padding-top: 69.59%;
	}
}