/* Google Map */
#map {
    width: 100%;
    height: 200px;
}
@media(min-width:767px) {
    #map {
        height: 400px;
    }
}
/* end Google Map */