/* CSS Document */

.google-maps {
    position: relative;
    padding-bottom: 56%; 
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.module.mapmodule h3 span.first_word {
    color: #fff;
}

@media (max-width: 767px) {
.google-maps {
    position: relative;
    padding-bottom: 56%; 
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}