section.content .sermon {
	margin-bottom:2em;
}

section.content .sermon:nth-child(3n+4) {
	clear:left;
}

section.content .sermon a.image {
	display:block;
	position:relative;
	line-height:0;
	margin:0 0 1em;
	border:solid 1px #ccc;
}

section.content .sermon a.image .play {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-image:url('../images/play.svg');
	background-size:60px 60px;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0.5;
	background-color:rgba(0,0,0,0.5);
	transition:opacity 250ms, background-color 250ms;
}

section.content .sermon a.image:hover .play {
	opacity:1;
	background-color:rgba(0,0,0,0.5);
}

section.content .sermon img {
	float:none;
	width:100%;
	margin:0;
}

section.content .sermon h3 {
	line-height:1.25em;
	text-transform:none;
	font-weight:400;
	font-size:1.25em;
}

section.content .sermon h5 {
	text-transform:uppercase;
	font-size:0.75em;
	color:#888;
	font-weight:600;
	margin:0 0 1.5em;
}

section.content .sermon p {
	line-height:1.5em;
	font-size:0.875em;
}