.ba-slider {
    position: relative;
    margin:0 auto;
    max-width: 980px;
    height:551px;
    border-radius: 30px;
    overflow: hidden;
}
.ba-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width:inherit
}
.ba-slider-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ba-slider-before-image {
    z-index: 5;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.ba-control {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 10;
    top: 0;
    overflow: hidden;
}
.ba-control-area {
    position:absolute;
    z-index:1;
    width:26px;
    height:100%;
    left:0;
    margin-left:-13px;
}
.ba-control-bar {
    width:4px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
}
.ba-left-arrow, .ba-right-arrow, .ba-control-handle {
    top: 50%;
    position: absolute;
    display: none;
}
.ba-control-handle {
    height: 60px;
    width: 60px;
    margin: -30px 0 0 -30px;
    left: 50%;
    cursor: move;
    background-image: url('../../img/handle.png');
    background-size: cover;
}
