.mapouter {
	position: relative;
	text-align: right;
	height: 400px;
	width: 700px;
	padding-left: calc(50% - 350px);
	margin-top: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width: 1400px){
	.mapouter {
		width: 60%;
		padding-left: 20%;
	}
}

@media screen and (max-width: 980px) {
	.mapouter {
		width: calc(100% - 20px);
		padding-left:10px;
	}
}




.gmap_canvas {
	overflow: hidden;
	background: none!important;
	height: 400px;
	width: 100%;
}