#map {
	position: relative;
}

#map iframe {
	width: 100%;
	height: 450px;
	max-height: 100vh;
	display: block;
	background: #eee;
	filter: grayscale(1);
}

#map:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px -25px 10px -21px rgba(0, 0, 0, 0.2), inset 0px 25px 10px -21px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.contact-form {
	width: 100%;
}

.contact-form .inline {
	display: flex;
	margin: 0 -7.5px;
}

.contact-form .inline .input {
	padding: 0 7.5px;
}

textarea {
	max-width: 100%;
	min-width: 100%;
	max-height: 200px;
	min-height: 200px;
}

label {
    color: #0e003a;
    padding: 6px 0;
    display: block;
    font-size: 15px;
    display: none;
}

@media (max-width: 992px) {
	.contact-form {
		width: 100%;
	}
}