.juxic-inner {
  position: relative;
  overflow: hidden;
}
.juxic-inner img {
  width: 100%;
  max-width: none;
  display: block;
}
.jux-before-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
/* Thin line seperator */
.jux-ic-slider {
  height: 34px;
  width: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16.5px;
  margin-top: -16.5px;
  border: 2px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.jux-ic-slider:before,
.jux-ic-slider:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  width: 2px;
  height: 9999px;
  left: calc(50% - 2px);
}
.jux-ic-slider:before {
  bottom: calc(100% + 2px);
}
.jux-ic-slider:after {
  top: calc(100% + 2px);
}
.juxic-inner .juxic-caret-left {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.juxic-inner .juxic-caret-right {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.juxic-inner.juxic-horizontal .juxic-caret-left {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.juxic-inner.juxic-horizontal .juxic-caret-right {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.juxic-inner svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.juxic-vertical .jux-ic-slider::before,
.juxic-vertical .jux-ic-slider::after {
  width: 9999px;
  height: 2px;
  left: auto;
  top: calc(50% - 1.5px);
}
.juxic-vertical .jux-ic-slider::before {
  right: calc(100% + 2px);
  bottom: auto;
}
.juxic-vertical .jux-ic-slider::after {
  left: calc(100% + 2px);
}
.juxic-vertical .jux-ic-slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.juxic-vertical .jux-before-wrap {
  width: 100%;
  height: 50%;
}
.juxic-inner img.juxic-before-img {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  top: 0px;
}
.juxic-labels > div {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  padding: 5px 10px;
  z-index: 22;
}
.juxic-labels .juxic-before-label {
  left: 0;
  bottom: 0;
  border-radius: 0 2px 0 0;
}
.juxic-labels .juxic-after-label {
  right: 0;
  bottom: 0;
  border-radius: 2px 0 0;
}
.juxic-vertical .juxic-labels .juxic-before-label {
  bottom: auto;
  top: 0;
  border-radius: 0 0 2px;
}
.juxic-vertical .juxic-labels .juxic-after-label {
  left: 0;
  right: auto;
  border-radius: 0 2px 0 0;
}
.juxic-items-container {
  width: 100%;
  display: inline-block;
}
.juxic-img-comparison-wrapper {
  display: block;
}
.juxic-inner:hover {
  cursor: pointer;
}
.juxic-inner:hover .image-stage[data-label]:after {
  opacity: 1;
}
.juxic-inner.active {
  background-color: inherit;
}
.juxic-inner .image-stage[data-label]:after {
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  content: attr(data-label);
  position: absolute;
  top: calc(50% - 16px);
  left: 1.5rem;
  line-height: 1;
  padding: 10px 20px;
  color: #fff;
  border-radius: 3px;
  background: rgba(20, 20, 20, 0.5);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.juxic-inner.label-always .image-stage[data-label]:after {
  opacity: 1;
}
.juxic-inner.label-hide .image-stage[data-label]:after {
  display: none;
}
.juxic-inner .juxic-caret-right,
.juxic-inner .juxic-caret-left {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.juxic-inner.arrow-arrow .jux-ic-slider {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.juxic-inner.arrow-arrow .jux-ic-slider svg {
  width: 28px;
  height: 34px;
}
.juxic-inner.arrow-arrow.juxic-horizontal .juxic-caret-left {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.juxic-inner.arrow-arrow.juxic-horizontal .juxic-caret-right {
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}
.juxic-inner.arrow-arrow.juxic-vertical .juxic-caret-left {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.juxic-inner.arrow-arrow.juxic-vertical .juxic-caret-right {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.juxic-inner.arrow-arrow:hover.juxic-horizontal .juxic-caret-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.juxic-inner.arrow-arrow:hover.juxic-horizontal .juxic-caret-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.juxic-inner.arrow-arrow:hover.juxic-vertical .juxic-caret-left {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.juxic-inner.arrow-arrow:hover.juxic-vertical .juxic-caret-right {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.juxic-inner .image-stage.ic-before-image[data-label]:after {
  z-index: 2;
}
.juxic-inner .ic-before-image {
  z-index: 2;
}
.juxic-inner .ic-before-image {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.juxic-inner .ic-after-image {
  position: relative;
  z-index: 1;
}
.juxic-inner.juxic-vertical .image-stage.ic-after-image[data-label]:after {
  bottom: 1.5rem;
  top: inherit;
}
.juxic-inner.juxic-vertical .image-stage.ic-before-image[data-label]:after {
  top: 1.5rem;
  bottom: inherit;
}
.juxic-inner .image-stage.ic-after-image[data-label]:after {
  right: 1.5rem;
  left: auto;
}
