.map-container{height:500px;width:100%;position:relative;top:10px}
@media(max-width:767px){.map-container{height:150px}
}
@media(min-width:768px) and (max-width:1023px){.map-container{height:300px}
}
@media(min-width:1024px){.map-container{height:550px}
}