.qx-articles-carousel:hover .article-body{
    bottom: 60px;
}

.article-body {
    position: absolute;
    bottom: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.qx-articles-carousel figure {
    position: relative;
    overflow: hidden;
}

.qx-articles-carousel figure:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, #12e200 0%,#12e200 5%,transparent 100%);
    transition: height 0.5s ease-out;
} 
.qx-articles-carousel.item-1 figure:before{
    background: linear-gradient(to top, #000000 0%,#000000 5%,transparent 100%)
}
.qx-articles-carousel.item-2 figure:before{
    background: linear-gradient(to top, #22455e 0%,#22455e 5%,transparent 100%)
}
.qx-articles-carousel.item-3 figure:before{
    background: linear-gradient(to top, #b5ea52 0%,#b5ea52 5%,transparent 100%)
}
.qx-articles-carousel.item-5 figure:before{
    background: linear-gradient(to top, #000000 0%,#000000 5%,transparent 100%)
}
.qx-articles-carousel.item-6 figure:before{
    background: linear-gradient(to top, #22455e 0%,#22455e 5%,transparent 100%)
}
.qx-articles-carousel:hover figure:before {
    height: 100%;
}

.article-body .qx-media-heading {
    border-top: 2px solid #fff;
    padding: 10px 0 20px;
}
