.filter-bar {
	padding: 2rem 4rem;
	background-color: var(--light-grey);
	margin-bottom: 2rem;
	label {
		font-weight: 700;
		color: var(--black);
		font-size: 1.4rem;
		text-transform: uppercase;
	}
}

.embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 4rem;
	padding-bottom: 50%;
	@media all and (min-width: 60em) {
		padding-bottom: 30%;
	}
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map.embed-container {
	width: 100%;
}