@media (min-width: 992px) {
    /* .galeria .carousel-item::before {
        content: "";
        background-image: linear-gradient(to right, #250101 0%, transparent);
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        height: 100%;
    } */
}

.galeria .carousel-item img {
    max-height: 500px;
    object-fit: cover;
}