.contentBanner {
	max-width: 1600px;
	height: auto;
	background-image: url(http://www.bu.edu/today/wpassets/features/2018_rahul-desikan-als-research/images/header02.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

.contentBanner h1 {
	color: #cee117;
	text-shadow: 1px 1px 15px #000;
	font-size: 58px;
	margin: 360px 60px 0px 60px;
	font-style: italic;
	line-height: 60px;
}

.dek-byline h2 {
	color: #fff;
	text-shadow: none;
	padding: 4px;
	margin: 10px 120px 0px 120px;
	font-weight: 300 !important;
	background-color: #000;
}

.readMore {
	margin: 40px auto;
	text-align: center;
}

.readMore a:hover {
	background-color: #ffffff;
}

.entry .readMore {
	margin-left: 30%;
}

.readMore a {
	background: #d0e03d;
	color: #000;
	font-family: Stag, georgia, times, serif;
	padding: 15px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

a.button,
a.button:visited {
	color: #000000;
	background: #d0e03d;
}

a.button:hover {
	color: #ffffff;
	background-color: #d0e03d;
}

.firstcharacter {
	color: #d0e03d;
	float: left;
	text-shadow: 0 3px 3px #000;
	font-family: Georgia;
	font-size: 100px;
	line-height: 60px;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 3px;
}

@media only screen and (max-width: 900px) {


	.contentBanner {
		max-width: 1600px;
		max-height: 600px;
	}

	.contentBanner h1 {
		margin: 150px 60px 0px 60px;

	}
}

@media only screen and (max-width: 500px) {

	.contentBanner {
		padding: 60px 0;
	}

	.contentBanner h1 {
		margin: 180px 10px 10px 10px;
		font-size: 30px;
		line-height: 35px;
	}

	.dek-byline h2 {
		margin: 20px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 400 !important;
	}

	.readMore {
		margin: 40px auto !important;
		position: relative;
	}

	.readMore a {
		font-size: 14px !important;

	}
}