/* Maman Bio — homepage hero height + optimized banner */

.bravada-cropped-headerimage #masthead #header-image-main-inside,
.bravada-fullscreen-headerimage #masthead #header-image-main-inside,
.bravada-responsive-headerimage #masthead #header-image-main-inside {
	height: 400px !important;
	max-height: min(400px, 45vh) !important;
}

#header-image-main,
#header-image-main-inside {
	max-height: min(400px, 45vh) !important;
}

#header-image-main .header-image {
	background-size: cover !important;
	background-position: center center !important;
	object-fit: cover !important;
	height: 100% !important;
	max-height: min(400px, 45vh) !important;
}

#header-page-title #header-page-title-inside {
	padding-top: 1.5em !important;
}

@media (max-width: 768px) {
	.bravada-cropped-headerimage #masthead #header-image-main-inside,
	.bravada-fullscreen-headerimage #masthead #header-image-main-inside {
		height: 300px !important;
		max-height: min(300px, 40vh) !important;
	}
	#header-image-main .header-image {
		max-height: min(300px, 40vh) !important;
	}
}
