@media (max-width: 500px) {
    #contacts #map-canvas {
        width: 200px !important;
        height: 200px !important;
    }
}

#contacts {}

#contacts #page-title {
    background-image: url(../images/page-title/contacts.jpg);
}

#contacts #map-canvas {
    width: 400px;
    height: 400px;
    margin: 0px;
    padding: 0px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

#contacts #map-canvas > div {
    height: 110% !important;
}
