.gmap-wrapper {
    height: 250px;
    margin-bottom: 10px;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.gmap {
    margin-bottom: 60px;
    height: 100%;
}
.gmap img {
    max-width: initial !important;
}
@media only screen and (min-width: 768px) {
    .gmap-wrapper {
        height: 500px;
    }
}