.agenwix-slider {
position: relative;
max-width: 100%;
overflow: hidden;
margin: 30px 0;
}
.ba-container {
position: relative;
width: 100%;
cursor: ew-resize;
}
.ba-container img {
display: block;
width: 100%;
height: auto;
}
.ba-resize {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
overflow: hidden;
}
.ba-resize img {
display: block;
width: 100%;
height: auto;
}
.ba-handle {
position: absolute;
top: 0;
left: 50%;
width: 4px;
height: 100%;
background-color: #D6B65A;
z-index: 2;
}