.map{
  width:100%;
  height:70vh;
}

@media screen and (max-width:575px){
  .map{
	  width:100%;
	  height:50vh;
	  }

}