.banner-slide-img_notext {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #006341;
}

.banner-slide-img_notext .slide-body {
    display: flex;
    align-items: center;
    max-height: 240px;
    text-decoration: none;
}

/********* Medium devices (tablets, 768px and up) *********/
@media (min-width: 768px) {
    .banner-slide-img_notext .slide-body {
        max-height: 350px;
    }
}

/********* Large devices (desktops, 992px and up) *********/
@media (min-width: 992px) {
    .banner-slide-img_notext .slide-body {
        max-height: 460px;
    }
}






/**** Slick ****/

.slick-dots {
    bottom: 5px;
}

.slick-dots li button {
    /* All buttons */
    box-shadow: none;
    border-radius: 50px;
    background-color: grey;
    width: 5px;
    height: 5px;
    font-size: 1em;
}

.slick-dots li button:before {
    /* Button content */
    content: '';
}

.slick-dots li button.pause {
    line-height: normal;
    color: white;
    font-size: 1em;
    background-color: transparent;
}

.slick-dots li.slick-active button {
    /* Active button */
    background-color: white;
}

.slick-dots li.slick-active button:before {
    /* Active button content */
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

