.google-map {
	padding: 0;
}

.google-map__frame-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 320px;
	background: var(--halbro-grey-pale, #f5f5f5);
	overflow: hidden;
}

.google-map__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	filter: grayscale(0.15);
}

.google-map--contact .google-map__frame-wrap {
	aspect-ratio: auto;
	height: 100%;
	min-height: 360px;
}

@media (max-width: 900px) {
	.google-map--contact .google-map__frame-wrap {
		min-height: 280px;
		aspect-ratio: 4 / 3;
	}
}
