.gallery {}

.gallery .page-title {
	background-image: url(../images/page-titles/gallery.jpg);
}

.gallery h1 {
	color: #fff;
	font-weight: bold;
}

.gallery h1.slice {
	background-color: #e31d1a;
	display: inline-block;
	padding: 15px 60px;
	color: #fff;
	font-weight: bold;
}

.gallery .gallery-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
