.map-container { width: 100%; height: 600px; z-index: 1; }

@media screen and (min-width:1280px) and (max-width:1500px) {
    .map-container { height: 500px; }
}

