.main-before-after-section{
  display: flex;
  margin: 30px auto;
  flex-wrap: wrap;
}

.main-before-after-section img {
  width:100%;
  display:block;
  max-width: fit-content;
  border-radius: 15px;
}

.line {
  width:100px;
  height:1px;
  margin:20px auto 40px auto;
  border-bottom:1px solid white;
}

.before-after-slider {
  position:relative;
  overflow:hidden;
  width: 100%;
  margin: 10px 0;
}

.after-image {
  display:block
}

.before-image {
  position:absolute !important;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

.resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width:4px;
  background:white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.resizer:after {
  background:#004F4F;
  font-family: "Font Awesome 5 Free";
  content:'\f337';
  font-weight:900;
  display:flex;
  justify-content:center;
  align-items:center;
  color:white;
  position:absolute;
  margin: 0 0 0 -22px;
  width:40px;
  height:40px;
  border-radius:50%;
  border:3px solid white;

}


.story-desc{
  z-index: 1111;
  position: relative;
}

.relative{
  position: relative;
}


.resizer {
  touch-action: none;   /* disable browser pan/zoom gestures */
  user-select: none;
  z-index: 9999;        /* above Owl carousel elements */
}

@media (max-width:767px) {
    .main-before-after-section{margin: 0 auto;} 
}