.wrapper-slider-home{
    width:100%;
    padding-top: 20px;
    text-align:center;
    background: #171d2f;
    /*height: auto;*/
}

/*@media (max-width: 500px) {*/
/*    .wrapper-slider-home {*/
/*        width: 100%;*/
/*        padding-top: 20px;*/
/*        text-align: center;*/
/*        background: #171d2f;*/
/*        height: 330px;*/
/*    }*/
/*}*/


.carousel{
    width:90%;
    margin:0px auto;
    height: 100%;
}
.slick-slide{
    margin:10px;
}
.slick-slide img{
    width:100%;
    border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
    font-size:20px;
    color:white;
}
/** ---------- **/


.img-slider-home img{
    -webkit-filter: brightness(85%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.img-slider-home img:hover{
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}

.slick-sl-prev {
    position: absolute;
    top: 35%;
    left: -35px;
}
.slick-sl-next {
    position: absolute;
    top: 35%;
    right: -35px;

}

.slick-sl-prev i{
    font-size: 85px;
    color: #ffffffba;
}

.slick-sl-next i{
    font-size: 85px;
    color: #ffffffba;
}

.slick-sl-prev:hover i{
    font-size: 85px;
    color: #fff;
}

.slick-sl-next:hover i{
    font-size: 85px;
    color: #fff;
}


@media (max-width: 500px) {
    .slick-sl-prev {
        position: absolute;
        top: 35%;
        left: -15px;
        z-index: 999999
    }
    .slick-sl-next {
        position: absolute;
        top: 35%;
        right: -15px;
        z-index: 999999
    }
}
