
/* V4.3.13 FIX — frame stays inside the original artwork footprint */
#beforeAfter .ba-art{
  box-sizing:border-box!important;
}
#beforeAfter .ba-art.ci4312-framed{
  padding:0!important;
  border-style:solid!important;
  border-width:7px!important;
  box-sizing:border-box!important;
  box-shadow:0 8px 18px rgba(0,0,0,.22)!important;
}
#beforeAfter .ba-art.ci4312-black{border-color:#171717!important;background:transparent!important}
#beforeAfter .ba-art.ci4312-white{border-color:#f7f7f3!important;background:transparent!important}
#beforeAfter .ba-art.ci4312-wood{
  border-color:#8b5c3d!important;
  background:transparent!important;
}
#beforeAfter .ba-art.ci4312-gold{
  border-color:#b8944f!important;
  background:transparent!important;
}
@media(max-width:650px){
  #beforeAfter .ba-art.ci4312-framed{border-width:5px!important}
}
