.grande {
    display: none; /* Ocultar el carrusel grande inicialmente */
}

.mobile {
    display: block; /* Mostrar el carrusel móvil inicialmente */
}
