#gallery_eventi_estremi {
    height: 550px;
}

#gallery_eventi_estremi .swiper-slide {
    width: 333px;
    height: 500px;
    background-color: #FFF8F0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}


#gallery_eventi_estremi .gallery_eventi_estremi_dida {
    padding: 70px 10px 15px;
    background: linear-gradient(to top, black, transparent);
    color: white;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
}


#gallery_eventi_estremi .swiper-button-next,
#gallery_eventi_estremi .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 530px !important;
    right: 0;
    background-image: url(../img/bt-next.svg);
    background-size: contain;
    border-radius: 4px;
    cursor: pointer;
}

#gallery_eventi_estremi .swiper-button-prev {
    left: auto;
    right: 45px !important;
    background-image: url(../img/bt-prev.svg);
}

#gallery_eventi_estremi .swiper-button-next:hover,
#gallery_eventi_estremi .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#gallery_eventi_estremi .swiper-button-next:after,
#gallery_eventi_estremi .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

#gallery_eventi_estremi .swiper-button-next.swiper-button-disabled {
    background-image: url(../img/bt-next-grigio.svg);
    cursor: default;
}

#gallery_eventi_estremi .swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/bt-prev-grigio.svg);
    cursor: default;
}

#gallery_eventi_estremi .swiper-button-next:after,
#gallery_eventi_estremi .swiper-button-prev:after {
    font-size: 0;
    color: transparent;
}

#gallery_eventi_estremi_slide_1 {
    background-image: url(../img/gallery-eventi-estremi/01.webp);
    background-size: cover;
    background-position: center;
}

#gallery_eventi_estremi_slide_2 {
    background-image: url(../img/gallery-eventi-estremi/02.webp);
    background-size: cover;
    background-position: center;
}

#gallery_eventi_estremi_slide_3 {
    background-image: url(../img/gallery-eventi-estremi/03.webp);
    background-size: cover;
    background-position: center;
}

#gallery_eventi_estremi_slide_4 {
    background-image: url(../img/gallery-eventi-estremi/04.webp);
    background-size: cover;
    background-position: center;
}

#gallery_eventi_estremi_slide_5 {
    background-image: url(../img/gallery-eventi-estremi/05.webp);
    background-size: cover;
    background-position: center;
}

#gallery_eventi_estremi_slide_6 {
    background-image: url(../img/gallery-eventi-estremi/06.webp);
    background-size: cover;
    background-position: center;
}

#gallery_eventi_estremi_slide_7 {
    background-image: url(../img/gallery-eventi-estremi/07.webp);
    background-size: cover;
    background-position: center;
}

#gallery_eventi_estremi_slide_8 {
    background-image: url(../img/gallery-eventi-estremi/08.webp);
    background-size: cover;
    background-position: center;
    padding-top: 120px;
}

#gallery_eventi_estremi_slide_9 {
    background-image: url(../img/gallery-eventi-estremi/09.webp);
    background-size: cover;
    background-position: center;
}

#gallery_eventi_estremi_slide_10 {
    background-image: url(../img/gallery-eventi-estremi/10.webp);
    background-size: cover;
    background-position: center;
}