.contact-map {
	position: relative;
}

.maps-inner {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
}

#map {
	height: 100%;
	width: 100%;
}

@media (max-width: 768px){
	.maps-inner {
		position: static;
		height: 400px;
		width: 100%;
		margin-top: 30px;
		padding: 15px;
	}
}