.swiper-slide {
    height: auto !important;
    text-align: center;
}

.swiper-content {
    height: 100% !important
}

.swiper-pagination-progressbar {
    width: 100%;
    height: 5px;
    border-radius: 6px;
    bottom: 0;
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    bottom: -40px;
    z-index: 50;
    height: 4px;
    width: 100%;
    left: 0;
}

@media (min-width: 768px) {
    .swiper-pagination-progressbar {
        max-width: 425px;
    }

    .swiper-horizontal > .swiper-scrollbar {
        width: 459px;
    }
}

@media (min-width: 1025px) {
    .swiper-pagination-progressbar {
        left: 50%;
        transform: translateX(-50%);
    }

    .swiper-horizontal > .swiper-scrollbar {
        left: 50%;
        transform: translateX(-50%);
    }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #676060 !important;
    border-radius: 10px !important;
}

.swiper-pagination-progressbar {
    background: #F0F2F7 !important;
}