/**
 * @author DISEGNOSIS
 */

.swiper-container {
    height: 599px;
    margin-top: 80px;
    z-index: 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100vw;
    height: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination {
    text-align: left;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #aaa;
    opacity: .8;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}