/* 
    Created on : 26 janv. 2020, 16:41:56
    Author     : ankh
*/

.ebea-slider{
    width: 90%;
    margin: auto;
    margin-bottom: 0 !important;
}

.slick-slide img {
    display: block;
    max-height: 500px;
}

.slick-slide {
    display: block;
    padding: 10px;
}

.slider-background{
    background: #555;
}

.slick-prev {
    left: -55px;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px;
}


@media only screen and (max-width: 767px) {

    .ebea-slider {
        width: 70%;
        margin: auto;
        margin-bottom: 0 !important;
    }

}