﻿.image-carousel-wrapper {
    width: 100%;
    max-width: 600px; /* antes 1200px */
    margin: 0 auto;
}

    .image-carousel-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }
