.ba-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    margin-left: 1px;
    margin-right: 1px;
}

.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:8px;
  margin-left: 0px;

  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}

.ba-slider .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 45%;
    font-family: 'FontAwesome';
    content: "\f07e";
    font-size: 30px;
    margin-left: -11px;
    -webkit-text-stroke: 2px white;
    color: black;

  }

.ba-slider .handle.draggable:after {
    content: "\f07e";
    font-size:30px;
    -webkit-text-stroke: 2px black;
    color: white;
    margin: -11px;

}
