/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
.map-container.map-initialized {
    height: 100%;
    height: 400px;
}

@media (min-width: 992px) {
    .map-container.map-initialized {
        height: 600px;
    }
}