.slick-dots {
    display:none;
}

.slideshow-caption {
    background-color: #333;
    color: #fff;
    padding: 20px;
    margin-top:-7px;
}

.slideshow-caption a, .slideshow-caption h2, .slideshow-caption h3, .slideshow-caption h4, .slideshow-caption h5, .slideshow-caption h6 {
    color:#fff !important;
} 

#slideshow.slick-slider {
    position: relative;
    width: 100% !important;
}

/* REMOVED STYLING ON ARROWS (BECAUSE WE REMOVED THE ARROWS)
.slick-next::before {
    content: "›" !important;
    font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size:80px !important;
}

.slick-prev::before {
    content: "‹" !important;
    font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size:80px !important;
}

.slick-next {
    right:0 !important;
}

.slick-prev {
    left:0 !important;
    z-index:1000;
}

.slick-prev, .slick-next {
    width:80px !important;
    height:80px !important;
}
*/


@media all and (min-width: 450px) {
}

@media all and (min-width: 769px) {
    
.slick-dots {
    display:block;
}

   .slick-dots li button::before {
    color:#FFF !important;
    font-size:40px !important;
    opacity:0.75 !important;
}

.slick-dots li.slick-active button::before {
    opacity:1 !important;
    font-size:44px !important;
}

.slick-dots {
    top:20px !important;
    bottom: auto !important;
} 
}

@media all and (min-width: 960px) {
    
}

@media all and (min-width: 1190px) {

}

@media all and (min-width: 1390px) {

}