img {
	margin-bottom: 10%;
	width: 100%;
	heihgt: 200px;
	background: #ccc;
}

h1 {
	background: #ce2a28;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	img {
		margin-bottom: 10px;
	}
}
