.s_carousel_wrapper[data-vcss='001'] {
    .s_carousel {
        @extend %s_carousel_variants;

        &.s_carousel_arrows_hidden .carousel-item {
            @include media-breakpoint-up(md) {
                // Removing the padding so the container can be full when the
                // arrows are hidden.
                padding: 0;
            }
        }
    }
}
