#stagese_slider {
  max-width: 1440px;
  justify-self: center;
  margin-top: 60px;
}

.goodlooks {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
}

/* base image */
.goodlooks .body {
  width: 100%;
  height: auto;
  display: block;
}

.goodlooks .body img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}

/* overlay cover image */
.goodlooks .cover {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}

.goodlooks .cover img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  max-width: 1440px;
  height: auto;
}

/* arrow handle */
.goodlooks .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: ew-resize;
  z-index: 10;
  touch-action: none;
  margin-left: 1px;
}

@media (max-width: 767px) {

  #stagese_slider {
    margin-top: 30px;
  }

  .goodlooks .arrow {
    width: 20px;
    height: 20px;

  }
}