.gm-style .gm-style-iw {
    color: #111;
    max-width: 400px;
}
.gm-style .gm-style-iw img {
    max-height: 15em;
    width: 100%;
    margin-bottom: 0.5em;
    object-fit: cover;
}
.gm-style .gm-style-iw h5 {
    font-size: 18px;
}

p.map_address {
    text-align: center;
    margin: 1em auto 0.5em auto;
    clear: both;
    float: none;
    margin-top: 1em;
}
p.map_address .btn {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* mobile */
@media (max-width: 768px) {
    .gm-style .gm-style-iw img {
        display: block;
        margin: 1em auto;
        max-width: 100%;
    }

    .widget_view .map_iframe, .modal_map {
        min-height: 20em !important;
        max-height: 20em !important;
        height: 20em !important;
    }
}


/* large screens */
@media (min-width: 768px) {

}