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