div.imageHeader {
	display: block;
	width: calc(100% - 10em);
	min-height: 10em;
	margin-bottom: 5em;
	padding: 5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.imageHeader div.iheaderText {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 5em;
	font-size: 1.5em;
	font-weight: 900;
	color: #FFF;
}

div.imageHeader div.iheaderText h2 {
	text-shadow: 2px 2px 2px #000000 !important;
}


@media (max-width: 61.9rem) {
	div.imageHeader {
		width: calc(100% - 3em);
		padding: 1.5em;
	}
}