.carousel .carousel-item {
    width: 100%;
    min-height: 28vh;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

@media(min-width: 567px) {
    .carousel .carousel-item {
        min-height: 36vh;
    }
}

@media(min-width: 991px) {
    .carousel .carousel-item {
        min-height: 42vh;
    }
}

@media(min-width: 1200px) {
    .carousel .carousel-item {
        min-height: 58vh;
    }
}

.carousel .carousel-item:first-of-type {
    background-image: url("../images/slider/tarres-centenari.png");
}

.carousel .carousel-item:nth-of-type(2) {
    background-image: url("../images/slider/tardor01-24.png");
}

.carousel .carousel-item:last-of-type {
    background-image: url("../images/slider/primavera01-25.png");
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}
