.st52 {
    cursor: pointer;
}
#map_content {
    width: 100%;
    position: relative;
}
#map_content svg {
    height: 800px;
}

@media screen and (max-width: 1024px) {
    #map_content svg {
        height: 600px;
    }
}


@media screen and (max-width: 768px) {
    #map_content svg {
        height: 500px;
    }
}
@media screen and (max-width: 480px) {
    #map_content svg {
        height: 300px;
    }
}

