html body .baCard .baSlider{
  position:relative!important;
  overflow:hidden!important;
}
html body .baCard .baSlider img.baBefore,
html body .baCard .baSlider img.baAfter,
html body .baCard .baSlider img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
}
html body .baCard .baSlider img.baBefore,
html body .baCard .baSlider img.baAfter{
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-drag:none!important;
}
html body .baCard .baSlider img.baAfter{
  clip-path:inset(0 0 0 var(--ba-pos,50%))!important;
  -webkit-clip-path:inset(0 0 0 var(--ba-pos,50%))!important;
}
html body .baCard .baRange{
  position:relative!important;
  z-index:10!important;
  width:100%!important;
  pointer-events:auto!important;
  touch-action:auto!important;
  -webkit-appearance:auto!important;
  appearance:auto!important;
  opacity:1!important;
}
html body .baCard .baRange::-webkit-slider-thumb{
  -webkit-appearance:auto!important;
}
html body .baCard .baRange::-moz-range-thumb{
  pointer-events:auto!important;
}
