.ba-slider {
	position: relative;
    	overflow: hidden;
	width: fit-content;
	margin-top: 5px;
}
 
.ba-slider img {
	width: auto !important;
	display: block;
	overflow: hidden;
	padding: 0px !important;
	margin-top: 0px !important;
	border: solid 2px #757E84;
}

.ba-slider img.wnimage, .ba-slider img[border="1"] {
	border: solid 2px #757E84;
	margin-top: 0px;
}

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


.ba-slider .handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  height:inherit;
  opacity: 0.9; 
  background: #42a2da;
  cursor: ew-resize;
}
 
.ba-slider .handle:after {  /* Big blue knob  */
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
 
	content:'\1F780\1F782';
    color:#42a2da;
    font-weight:bold;
    font-size:20px;
    text-align:center;
 
	line-height:32px;
	background: #ffffff; 
    border:2px solid #42a2da; 
    border-radius: 50%;
    transition:all 0.3s ease;
}

.ba-slider br {
	display: none;
}
