@media screen and (max-width: 1024px){
.sidebar{
 height: auto !important;
 width: 100% !important;
}
.map{
	width: 100% !important;
	height: auto !important;
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	overflow: hidden;
}
}