/* Swiper */

.swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.swiper img {
    width: 100%;
    vertical-align: middle;
}

.no-touch .swiper-button-next, .no-touch .swiper-button-prev {
    color: white;
    mix-blend-mode: difference;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    z-index: 999;
    cursor: none;
    margin-top: 0px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    text-decoration: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    visibility: hidden;
}

.swiper-button-next {
    right: 0;
    justify-content: flex-end;
}

.swiper-button-prev {
    left: 0;
    justify-content: flex-start;
}