body.page-template-conference #content .entry-header.banner {
	height: 20vw;
}

body.page-template-conference #content h1, body.page-template-conference #content h2, body.page-template-conference #content h3, body.page-template-conference #content h4 {
	color: #123754;
}

/* OLD CONTENT: Ideally, we'd want to clean up this legacy markup over time */

.conference-presenter {
	float: left;
    text-align: center;
    width: 225px;
    height: 375px;
    padding-bottom: 20px;
    margin-left: 5px;
}


/* DESKTOP */
@media screen and (min-width: 992px) {
body.page-template-conference #content .entry-header.banner {
	height: 300px;
}
}

/* WIDE DESKTOP */
@media screen and (min-width: 1400px) {
}