@import url(_form.css);

.contact-map {
    margin: 10px 0;
    border-bottom: 1px solid #3A424B;
    height: 340px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray; /* IE 6-9 */
}
.contact-map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .contact-map {
        height: 200px;
    }
}