.slider-container {
    padding: 0%;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.slider-wrapper {
    position: relative;
    height: 100%;
}

.slider-wrapper .overlay-img, .parution_media .overlay-img {
    position: absolute;
    bottom: 15px;
    right: 36px;
    max-height: 70px;
    max-width: 130px;
    z-index: 9;
}

.slider-wrapper .overlay-img img, .parution_media .overlay-img img {
    max-height: 70px;
    max-width: 130px;
}

.slick-current {
    z-index: 999;
}

.slick-slide {
    max-height: 620px;
}

.slide {
    height: 469px;
}

.slider-main-img {
    height: 100%;
}

.slider-wrapper .slider-main-img img {
    height: 469px;
}

.slick-slide:not(.slick-active) {
    margin: 0 !important;
}

.slick-dots {
    bottom: inherit !important;
    margin-top: 25px;
    position: relative;
    z-index: 9;
}

.slick-dots li.slick-active {
    background-color: #fff;
    border: 2px solid black;
}

.slick-dots li.slick-active button:before {
    color: transparent;
}

.slick-dots li {
    margin-right: 15px;
    padding: 5px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid black;
}

.cl {
    height: 100%;
    padding: 0 10px;
}

.cl span {
    position: absolute;
    margin: auto;
    width: 100%;
    padding: 36px 60px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
}

.slick-slide:not(.slick-active) {
    margin: 20px 0;
}

.child {
    width: 100%;
}

.slide:not(.slick-active) {
    cursor: pointer;
    margin: 0 15px;
}

@media (max-width: 954px) {
    .slide {
        width: 768px !important;
    }
}

@media (max-width: 768px) {
    .slide {
        width: 600px !important;
    }
}

@media (max-width: 600px) {
    .slide {
        width: 420px !important;
    }
}

@media (min-width: 954px) {
    .slide {
        width: 954px !important;
    }
}

.slick-prev {
    left: 25px !important;
}

.slick-next {
    right: 75px !important;
}

.slick-prev, .slick-next {
    z-index: 9;
}

.slick-prev:before {
    content: '' !important;
    background-image: url("../img/slider-previous.png");
}

.slick-next:before {
    content: '' !important;
    background-image: url("../img/slider-next.png");
}

.slick-prev:before, .slick-next:before {
    position: absolute;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

/* Overlay Style */
#lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lightboxOverlay h3 {
    color: #f3f3f3;
}

#lightboxOverlay img {
    margin-top: 3%;
    max-width: 100%;
    max-height: 90%;
}
#prevButton{
    background-image: url("../img/slider-previous.png");
    text-indent: -99999px;
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
}
#nextButton{
    background-image: url(../img/slider-next.png);
    text-indent: -99999px;
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;
}
/* Responsiveness */
@media screen and (min-width: 768px) {
    #lightboxOverlay .fa-times {
        font-size: 30px;
        width: 50px;
        height: 50px;
    }

    #lightboxOverlay img {
        margin-top: 3%;
        max-height: 90%;
    }
}