.aheto-map {
	height: 600px;
	border-radius: 50%
}

@media only screen and (max-width: 991px) {
	.aheto-map {
		display: none
	}
}

.full_map .aheto-map {
	height: 400px;
	border-radius: 0
}

@media only screen and (max-width: 991px) {
	.full_map .aheto-map {
		display: block
	}
}

.contact_map .aheto-map {
	height: 600px;
	border-radius: 0
}

@media only screen and (max-width: 991px) {
	.contact_map .aheto-map {
		display: block
	}
