.ggmap2 {
    position      : relative;
    padding-bottom: 640px;
    overflow      : hidden;
    width         : 100%;
    margin-top    : 30px;
}

.ggmap2 iframe,
.ggmap2 object,
.ggmap2 embed {
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
}

