.map-wrapper {
	position:relative;
	
}
@media screen and (max-width:1160px){
	.map-wrapper {
		width:100%;
		overflow-x:auto;
		overflow-y:hidden;
		will-change:scroll-position;
	}
}