.google-map {
    padding-bottom: 0;
    position: relative;
}

.google-map-footer {
    padding-bottom: 0;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.google-map-footer iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}