.beforeAfter {
  height: 526px;
  width: 768px;
}
@media (max-width: 768px) {
  .beforeAfter {
    width: 375px;
    height: 420px;
  }
}
.beforeAfter img {
  max-width: initial;
}
.beforeAfter .left-arrow, .beforeAfter .right-arrow {
  border: solid black;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
@media (max-width: 768px) {
  .beforeAfter .left-arrow, .beforeAfter .right-arrow {
    padding: 5.4px;
  }
}
.beforeAfter .left-arrow {
  border-width: 0 4px 4px 0;
}
@media (max-width: 768px) {
  .beforeAfter .left-arrow {
    border-width: 0 3px 3px 0;
  }
}
.beforeAfter .right-arrow {
  border-width: 4px 0 0 4px;
}
@media (max-width: 768px) {
  .beforeAfter .right-arrow {
    border-width: 3px 0 0 3px;
  }
}
.beforeAfter .separator-bullet {
  position: absolute;
  box-sizing: border-box;
  width: 76px;
  height: 76px;
  line-height: 76px;
  padding: 4px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .beforeAfter .separator-bullet {
    width: 45px;
    height: 45px;
    line-height: 41px;
  }
}
.beforeAfter .separator-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.beforeAfter .separator {
  position: absolute !important;
  width: 10px !important;
  height: 100% !important;
  top: 0 !important;
  overflow: visible !important;
  transform: translateX(50%) !important;
  background-color: #fff;
  cursor: e-resize;
}
@media (max-width: 768px) {
  .beforeAfter .separator {
    width: 5px !important;
  }
}

/*# sourceMappingURL=beforeafter.1.0.0..css.map */
