.midpage-banner {
	margin-top: 60px;
	overflow: hidden
}
.midpage-banner-image {
	position: absolute;
	width: 100%;
	/*background-size: cover;
	background-position: center;*/
	height: 411px;
	border-top: 3px solid var(--accent-color);
	border-bottom: 3px solid var(--accent-color);
	margin-bottom: 80px;
	z-index: 0
}
.midpage-banner img{
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 411px;
	z-index: 0;
	margin-top: 3px;
}
.midpage-banner-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}
.midpage-banner-heading {
	font-family: var(--heading-font);
	line-height: 1.1;
	font-size: 48px;
	text-transform: uppercase;
	color: var(--accent-color);
	background-color: #fff;
	padding: 36px 57px;
	margin: 0
}
.midpage-banner-heading-container {
	display: inline-block;
	padding: 3px;
	height: 50px;
	background-color: var(--accent-color);
	margin-top: 358px;
	margin-bottom: 70px;
	position: relative;
	left: -57px
}
@media only screen and (max-width:900px) {
	.midpage-banner-heading{
		font-size: 40px;
	}
	.midpage-banner-heading-container {
		margin-bottom: 48px;
	}
}