Carousel Stable

With carousels users have the ability to cycle through elements like images or text slides.

<div class="carousel js-carousel" data-carousel-config='{"arrows": true, "dots": true, "responsive": [{ "breakpoint": 575, "settings": { "arrows": false}}]}'>
    <div class="carousel__item">
        <img src="/ui-marcom/version/2.2/assets/img/brandville/SH_ACUSON_Redwood_69730_IMAGE_19.jpg" alt="alternate text to describe the image">
    </div>
    <div class="carousel__item">
        <img src="/ui-marcom/version/2.2/assets/img/brandville/SH_MR_44463_18.jpg" alt="alternate text to describe the image">
    </div>
</div>