/* @group Contact map
------------------------------------ */
.contact-map {
	background-image: url('../../img/patterns/contact-map/contact-bg-texture.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-map .wp-block-heading {
	margin: 0 0 1rem;
}
.contact-map .bp-multimedia {
	height: 30rem;
	margin: 0 0 6rem;
	background-blend-mode: multiply;
}
.contact-map .bp-multimedia img {
    mix-blend-mode: multiply;
}
@media only screen
and (min-width : 961px) {
	.contact-map .bp-multimedia {
		height: 45rem;
		margin: 0;
	}
}
/* @end */