.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
    /*height: 100%;*/
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination-bullet{
    border-radius: 0 !important;
    width: 20px !important;
    height: 3px !important;
    background: white !important;
}
.swiper-pagination-bullet-active{
    background: #404040 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
    /*position: absolute !important;*/
    bottom: 20px !important;
    z-index: 20 !important;
}

.swiper-button-next, .swiper-button-prev{
    background: white;
    color: black;
    width: 30px;
    height: 30px;
    padding: 20px;
    border-radius: 50%;
    position: absolute !important;
    /*bottom: 20px !important;*/
    top: 94% !important;
    z-index: 21 !important;
}
.swiper-button-prev::after, .swiper-button-next::after{
    font-size: 18px !important;
}
.swiper-button-prev{
    left: 40% !important;
}
.swiper-button-next{
    right: 40% !important;
}