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

.swiper-button-next{
    right: 80px !important;
}
.swiper-button-prev{
    left: 80px !important;
}

.swiper-button-disabled{
    cursor: not-allowed  !important;
    z-index: 10000 !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: auto;
    background: rgba(0,0,0,0);
    opacity: 1;
    /* 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;
}