#mc_map_wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0;
}

.sidebar-image {
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#map {
    height: 700px;
    width: 100%;
}

#searchFilter {
    width: 100%;
    padding: 15px 0;
    border-radius: 6px;
    border: 2px solid #cccccc;
    color: #000;
}

#zoneSidebar.active {
    right: 10px;
    opacity: 1;
}