

.container {
  /* max-width: 1000px; */
  margin-left: 0;
  margin-right: 0;
}


.image-reveal {
  position: relative;
}

.under-slide {
  position: relative;
  overflow: hidden;
  padding-top: 55%;
  top: 0;
  left: 0;
  background: url("https://www.remyfioretti.com/images/full/boxandfit-ring1.jpg") no-repeat;
  background-size: cover;
}

.over-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  overflow: hidden;
}

.over-image {
  height: 100%;
  width: 100%;
  background: url("https://www.remyfioretti.com/images/full/boxandfit-ring2.jpg") no-repeat;
  background-size: cover;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.divider {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  margin-left: -2px;
  background-color: white;
}