.view-id-slideshow_multimedia .it-carousel-wrapper div ul li .it-single-slide-wrapper a {
    display: flex;
    width: auto;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
}

.view-id-slideshow_multimedia .it-carousel-wrapper div ul li .it-single-slide-wrapper .info-wrapper {
    margin-top: 12px;
}

.view-id-slideshow_multimedia .it-carousel-wrapper div ul li .it-single-slide-wrapper a div {
    margin-right: 6px;
    margin-top: -6px;
}

.view-id-slideshow_multimedia .it-carousel-wrapper  {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.view-id-slideshow_multimedia .it-carousel-wrapper  {
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 1270px;
}

.view-id-slideshow_multimedia {
    background: #444e57;
}

.view-id-slideshow_multimedia header {
    display: grid;
    background: #444e57;
}

.view-id-slideshow_multimedia header .arrow {
    border-top: 6px solid var(--bs-body-bg);
}

.view-id-slideshow_multimedia header .arrow span {
    display: block;
    width: 0;
    height: 0;
    border-top: 24px solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    margin: 0 auto;
    color: #fff;
}

.view-id-slideshow_multimedia header h2 {
    justify-self: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 4px;
    text-transform: uppercase;
}

.view-id-slideshow_multimedia header > div.row {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-right: 18px;
    position: relative;
    display: inline-block;
}

.view-id-slideshow_multimedia header > div.row > a {
    /*text-align: end;
    width: 100%;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 18px;*/
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    float: right;
    width: auto;
    display: inline-block;

}

/*.view-id-slideshow_multimedia header a {
    text-align: end;
    width: 100%;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 18px;
    color: #fff;
}*/

.view-id-slideshow_multimedia .it-carousel-wrapper div ul li .it-single-slide-wrapper a {
    color: #fff;
}

.view-id-slideshow_multimedia .it-carousel-wrapper .splide__pagination button {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background: var(--bs-gray-100);
}
