#main_page_banner {
	height: 600px;
	position: relative;
}
.mainpage-banner-text {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 20;
}
.mainpage-banner-image video {
    filter: brightness(0.5);
}
.mainpage-banner-image video,
.mainpage-banner-image img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 10;
	object-fit: cover;
}
.mainpage-banner-heading {
    color: white;
    font-weight: 200;
    font-size: 42px;
    text-align: center;
    line-height: 64px;
}
.mainpage-banner-subheading {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 21px;
    margin: 40px 0;
}
.mainpage-banner-button {
	text-align: center;
	margin: 40px 0;
}
