.c-map {
	display: grid;
	height: 100%;

	.c-map__map {
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
}
