/*This style sheet is specially for Google Map IFrame*/
@media screen and (max-width: 767px){
    #googleMap{
        width: 100% !important;
        height: 100% !important;
        min-height: 400px !important;
    }
}