.middle-sidebar-slideshow {
    max-width: 600px;
    margin: 20px auto;
}
.middle-sidebar-slide img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.taxonomy-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    color: #fff;
    padding: 20px;
    overflow-y: auto;
}
.taxonomy-overlay ul {
    list-style: none;
    padding: 0;
}
.taxonomy-overlay .neighborhood {
    font-weight: bold;
    margin-top: 10px;
}
.taxonomy-overlay .business-type {
    margin-left: 20px;
}
.slick-prev, .slick-next {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    background: #ccc;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #000;
}