.openstreet iframe {
	width: 100%;
    height: 720px !important;
}

@media only screen and (max-width: 996px) {
	.openstreet iframe {
		width: 100%;
	    height: 90vh !important;
	}
}