.tribu-imageslider {
    margin: 0;
}

/* @media screen and (min-width: 1921px) {
    .tribu-imageslider .splide__list {
        margin-left: auto;
        margin-right: auto;

        max-width: 1910px;
    }
    
} */
.tribu-imageslider .splide__track {
    /* height: 340px;*/
    height: auto;
    aspect-ratio: 192 / 80;
}

@media screen and (min-width: 768px) {
    .tribu-imageslider .splide__track {
        aspect-ratio: 1920 / 525;
    }
}

/* @media screen and (min-width: 576px) {
    .tribu-imageslider .splide__track {
        height: 380px;
    }
}

@media screen and (min-width: 768px) {
    .tribu-imageslider .splide__track {
        height: 420px;
    }
}

@media screen and (min-width: 1024px) {
    .tribu-imageslider .splide__track {
        height: 460px;
    }
}

@media screen and (min-width: 1440px) {
    .tribu-imageslider .splide__track {
        height: 520px;
    }
} */

.tribu-imageslider .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
}

.tribu-imageslider .splide__slide img {
    filter: brightness(1);

    transition: filter 500ms ease-in;

    object-fit: cover;
    max-width: 100%;
    height: auto;
    min-height: 100%;
}

/* .tribu-imageslider .splide__slide:hover img {
    filter: brightness(0.5);

    transition: filter 500ms ease-in;
} */

.tribu-imageslider .splide__slide video {
    object-fit: cover;
    min-height: 100%;
}

.tribu-imageslider .splide__arrow {
    width: 46px;
    height: 46px;

    background-color: rgba(255,255,255,0.96);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.12);
}

.tribu-imageslider .splide__arrow svg {
    fill: #3c3c3c;
}

.slider-description {
    margin: 32px 0 48px 0;
}
