
.swiper-pagination {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translate3d(0,0,0) !important;
    z-index: 1;
}

.swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 15px 10px 15px 0 !important;
    width: 18px;
    height: 18px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00a2ea;
}

.swiper {
    margin-top: 85px;
    height: calc(100vh - 85px);
    overflow: hidden;
}

.swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #000000;*/
}

.swiper .swiper-slide img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}