.sermon-grid{
	width: 33.33333%;
	float: left;
	min-height: 540px;
	padding-left: .9375rem;
    padding-right: .9375rem;
}
.sermon-container{
	width: 100%;
}
.cta{
	text-align: center;
	min-width: 200px;
}

.sermon-img-container{
	background: url('sermon-bg.jpg');	
	min-height: 200px;
    max-width: 307px;
    min-height: 200px;
    padding: 15% 10%;
	font-size: 1rem;
    margin-bottom: 1.25rem;
}
.sermon-img-container + h3{
	min-height:64px !important;
}
.sermon-title{
	color: white;
	line-height: 1.1em;
	text-align: center;
}

@media screen and (max-width:867px){
	.sermon-img-container{
		padding: 15% 2% 15% 7%;
	}
}
@media screen and (max-width:779px){
	.sermon-img-container{
		padding: 10% 7%;
	}
	.sermon-img-container h2{
		font-size: 2em;
	}
}
@media screen and (max-width:680px){
	.cta{
		min-width: 150px;
	}
}
@media screen and (max-width:662px){
	.sermon-grid{
		width: 90%;
		float: none;
		margin-right: 0;
		min-height: 400px;
		margin-bottom: 50px;
	}
	.cta{
		width: 100%;
	}
	.sermon-img-container h2{
		font-size: 3em;
	}
}
@media screen and (max-width:350px){
	.sermon-img-container h2{
		font-size: 2.5em;
	}
}