@charset "UTF-8";
.container-fluid .col-md-6 .map-responsive {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 70%;
}
.map-responsive iframe{
	left: 0;
	top: 0;
	height: 300px;
	width: 100%;
	position::relative;
	margin-top: 0px;
}
