.ba-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}
 
.ba-slider img {
    width: 100%;
    display:block;
    max-width:none;
}
 
.ba-slider .resize {
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.ba-slider .title {
    position: absolute;
    box-sizing: border-box;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    color: #777;
    font-size: .8em;
    text-align: right;
    padding: 4px 16px;
}

.ba-slider .handle { /* Thin line seperator */
  position:absolute;
    z-index: 2;
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}
 
.ba-slider .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
    content:'‹ ›';
    color:white;
    font-size:36px;
    text-align:center;
    line-height:60px;
 
    background: #6bc6ff;
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.3)
}

.ba-slider .handle.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:44px;
    font-size:30px;
}

/*
     FILE ARCHIVED ON 20:08:17 Sep 09, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:35:02 Jun 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.122
  captures_list: 0.455
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.028
  esindex: 0.008
  cdx.remote: 325.006
  LoadShardBlock: 157.3 (3)
  PetaboxLoader3.datanode: 124.327 (4)
  PetaboxLoader3.resolve: 73.262 (3)
  load_resource: 90.644
*/