.articleSlider__title + div { /** Slider js add some divs outside the articleSlider */
    margin-bottom:  3em;
}

.articleSlider--top .articleSlider__item {
    top: 0;
}

.articleSlider__title {
    position: relative;
    bottom: -50px;
    height: 2em;
    padding-top: 0;
}

.articleSlider__title span {
    position: absolute;
    right: 1.3rem;
    bottom: 0;
    left: 8em;
    text-align: right;
}

.articleSlider__itemTitle {
    width:  100%;
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 2em;
    padding: 0;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: 1;
    color: #000;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
}

.articleSlider--fix .articleSlider__item {
    max-width: 760px;
    width: calc(100vw - 2.6rem);
    overflow: hidden;
    padding: 0 1.3rem;
}

.articleSlider--fix .articleSlider__content {
    transform: scale(.9);
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}

.articleSlider--fix .articleSlider__item.active .articleSlider__content {
    transform: scale(1);
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}

.articleSlider--fix .articleSlider__item.active .articleSlider__itemTitle {
    opacity: 1;
    transition: opacity .4s cubic-bezier(.25,.46,.45,.94) .3s;
}
