@media (min-width: 744px) {
    /* Delete general configuration */
    .vs-section.tpl-carousel-bgcards .vs-container + .vs-component--fluid,
    .vs-section.tpl-carousel-bgcards .vs-container + .vs-component--fluid [class*="__description"],
    .vs-section.tpl-carousel-bgcards .vs-container + .vs-component--fluid [class*="__img"] {
        opacity: 1;
        transform: translate(0, 0);
    }

    /* New configuration */
    .vs-section.tpl-carousel-bgcards .vs-container + .vs-component--fluid .vs-anim-staggered__item {
        opacity: 0;
        transform: translate(100px, 0);
        transition: opacity 2s ease, transform 0.6s ease;
        transition-delay: calc(var(--index) * 200ms);
    }

    .vs-animate.vs-section.tpl-carousel-bgcards .vs-container + .vs-component--fluid .vs-anim-staggered__item {
        opacity: 1;
        transform: translate(0, 0);
    }
}
