/* article slider witouth links */
.article-slider-witouth-links.slider {
    margin: 0;
}

.article-slider-witouth-links.slider .slick-slide {
    padding: 0;
}

.article-slider-witouth-links.slider .slick-slide .hover{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.article-slider-witouth-links.slider .slick-slide .hover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-slider-witouth-links.slider .slick-slide .description-overlayer{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
}

.article-slider-witouth-links.slider .slick-slide .description-overlayer span {
    margin: 10px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    display: block;
}

.article-slider-witouth-links.slider .item:hover .hover,
.article-slider-witouth-links.slider .item:hover .description-overlayer{
    opacity: 1;
}

.article-slider-witouth-links.slider .item .text-wrapper{
    text-align: center;
}
