@media only screen and (max-width: 768px) {
    #homepage-slider {
        height: 400px !important; /* Ajustez la hauteur ici */
    }

    #homepage-slider img {
        object-fit: cover;
        height: 100% !important;
        width: 100% !important;
    }
}
