html, body {
    position: relative;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swipe-container{
    position: relative;
}
.swiper-slide {
    text-align: center;
    height: 260px;
    /* 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;
}
.swiper-button-prev{
    background-image: url(/webfront/img/header/array1-left.png);
    position: absolute;
    top: 41%;
    width: 21px;
    height: 27px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 21px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next{
    background-image: url(/webfront/img/header/array1-right.png);
    position: absolute;
    top: 41%;
    width: 21px;
    height: 27px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 21px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev{
        background-image: url(/webfront/img/header/array1-left.png);
        position: absolute;
        top: 41%;
        width: 21px;
        height: 19px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 21px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .swiper-button-next{
        background-image: url(/webfront/img/header/array1-right.png);
        position: absolute;
        top: 41%;
        width: 21px;
        height: 19px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 21px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
}