/* Base required imports
--------------------------------------------- */
/* Bootstrap
--------------------------------------------- */
/* Import variables and mixins
--------------------------------------------- */
/* Bootsrap required imports & components
--------------------------------------------- */
.single-city:has(.overlay-estimate.active) #masthead {
	z-index: -1 !important;
}

.single-city .block-banner {
	height: 500px;
}

.single-city .block-banner .banner-title {
	width: fit-content;
}

.single-city .block-banner picture {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-city .block-banner picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*# sourceMappingURL=single-city.css.map */