/* Styles pour mobile (max-width 767px) */
@media (max-width: 767px) {
    .ps_imageslider .carousel {
        height: 200px;
        width: 100%;
    }

    .ps_imageslider .carousel-item .carousel-image {
        object-fit: fill;
    }
}
