#map_content {
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 767px) {
    #map_content {
        height: 400px;
    }
}

.motorcyclescape_logo img {
    border-radius: 100%;
    overflow: hidden;
}
