#map-container {

    position: relative;
    padding-bottom: 20%; // This is the aspect ratio
height: 0;
    overflow: hidden;

}

#map {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.gm-style {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

.gmnoprint img {
    max-width: none;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

