.swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}

.swiper-pagination {
    position: relative;
    height: 30px;
    padding-top: 20px;
}

.swiper-slide {
    background-size: cover;
    background-position: center bottom;
}

.swiper-wrapper {
    max-height: 450px;
}