.bmcb-hero {
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.bmcb-hero img.hero-background {
	object-fit: cover;
	height: auto;
	width: 100%;
	min-height: 100%;
	object-position: top;
}

.bmcb-hero .hero-content{
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 100%;
}

@media screen and (max-width: 950px) {
	.bmcb-hero {
		min-height: unset !important;
	}
	.bmcb-hero .hero-content.stack-on-mobile {
		position: relative;
		min-width: 100%;
		padding: 90px 70px;
		border-bottom: 1px solid var(--wp--preset--color--bmcb-soft-black);
		max-width: 100%;
	}

	.bmcb-hero .hero-content.stack-on-mobile * {
		margin: 0 !important;
	}

	.bmcb-hero .hero-background {
	  height: auto;
	  overflow: hidden;
	}
}

@media screen and (max-width: 667px) {
	.bmcb-hero .hero-content.stack-on-mobile {
		padding: 50px 30px;
	}
}