
footer{margin-top: 0px !important;}

.google-maps {
    position: relative;
    padding-bottom: 50%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    /*height: 100% !important;*/
}


.borderTopDallai{min-height: 600px;}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .google-maps {
        position: relative;
        padding-bottom: 40%; 
        height: 0;
        overflow: hidden;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .google-maps {
        position: relative;
        padding-bottom: 50%; 
        height: 0;
        overflow: hidden;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .google-maps {
        position: relative;
        padding-bottom: 80%; 
        height: 0;
        overflow: hidden;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .google-maps {
        position: relative;
        padding-bottom: 100%; 
        height: 0;
        overflow: hidden;
    }
}

