/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all theme stylesheets.
 */


#saga-google-map {
    min-height:570px;
}
@media all and (max-width:630px) {
    #saga-google-map {
        min-height:360px;
    }
}