.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display: block;
    max-width: none;
}

.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.ba-slider .handle {
    /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    margin-left: 0px;
    background: rgba(255, 255, 255, .5);
    cursor: ew-resize;
}

.ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin: -24px 0 0 -20px;
    content: url(../img/Slider/handler.svg);
    color: #ffffff82;
    font-weight: initial;
    font-size: 28px;
    text-align: center;
    left: -2px;
    padding: 5px 8px;
    background: #655196cf;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.ba-slider .handle.ba-draggable:after {
    background: #655196;
}