.container {
    width: 100%;
    padding: 0;
}

.carousel {
    display: flex;
    overflow: hidden;
}

.carousel div {
    flex: 0 0 100%;
    /* Ajusta el valor según tus necesidades */
}

.carousel img {
    width: 100%;
    height: auto;
    object-fit: cover;
}