#exclusive-articles div.carousel-item .carousel-caption {
    right: 5%;
    bottom: 20px;
    left: 5%;
    padding: 20px;
    color: #fff;
    text-align: left;
    z-index: 1000;
    background-color: rgba(37, 55, 70, 0.6);
}

@media (max-width: 575.98px) {
    #exclusive-articles div.carousel-item .carousel-caption h4 {
        font-size: 0.875rem;
        font-weight: bold;
    }
}

#exclusive-articles div.carousel-item .carousel-caption h4,
#exclusive-articles div.carousel-item .carousel-caption .exclusive-category,
#exclusive-articles div.carousel-item .carousel-caption div.exclusive-date {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;

}

#exclusive-articles div.carousel-item .carousel-caption h4 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#exclusive-articles div.carousel-item .carousel-caption div.exclusive-date {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

#exclusive-articles div.carousel-item .carousel-caption .exclusive-category {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;

}

#exclusive-articles .carousel-control-prev, .carousel-control-next {
    width: 5%!important;
}