.custom-carousel {
    position: relative;
    overflow: hidden;
}

.carousel-item {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.thumbnail {
    width: 100%;
}

.carousel-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Cambia el color según tu preferencia */
    font-size: 24px; /* Cambia el tamaño según tu preferencia */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* Para mejor legibilidad */
}