@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}
.splide{
    height: 100%;
    width: 100%;


}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0

}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin-right: 1px;
    position: relative;

    


}

.splide__slide img {
    vertical-align: bottom;
    max-height: calc(100vh - 18px - 18px);
    /* max-width: calc(70vw * 0,8); */
    max-width: 62vw;
    position: relative;

    

}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px


}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 100%;


}

.splide__pagination {
    counter-reset: pagination-num;
}

.splide__pagination__page:before {
    counter-increment: pagination-num;
    content: counter(pagination-num);
}

.your-class-next{
    height:10px;

}
.splide__arrows {
    height: 100%;
    width: 63vw;
    position: absolute;
    right:0;
    text-align: left;
    opacity: 0;
    z-index: 999999;
    display: flex;

}
.splide__arrow {
    height: 100%;
}
.splide__arrow--prev{
    width: 50%;
}
.splide__arrow--next{
    width: 50%;
}
.splide__arrow--prev:hover {
    cursor: w-resize;
}

.splide__arrow--next:hover {
    cursor: e-resize;
    /* width: 100%; */
}
.your-class-next{
    height:10px;

}
.slide_nr{
    position: fixed;
    z-index: 999;
    font-size: 0.9em;
    width: 10%;
    text-align: left;
    bottom:0;


}
.slide_caption{
    position: fixed;
    margin-left: 18vw;
    bottom:0;
    font-weight: 400;
    font-size: 0.9em;
    z-index: 9999;
    width: 18%;
    /* background-color: red; */

    display: none;
    text-align: right;

}

.active {
    display: block;
  }
  