.juxba-inner {
  position: relative;
  overflow: hidden;
}
.juxba-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-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-slider:before,
.jux-slider:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  width: 2px;
  height: 9999px;
  left: calc(50% - 1px);
}
.jux-slider:before {
  bottom: calc(100% + 2px);
}
.jux-slider:after {
  top: calc(100% + 2px);
}
.jux-slider svg {
  width: 15px;
  height: 30px;
  fill: #fff;
}
.juxba-vertical .jux-slider::before,
.juxba-vertical .jux-slider::after {
  width: 9999px;
  height: 2px;
  left: auto;
  top: calc(50% - 1.5px);
}
.juxba-vertical .jux-slider::before {
  right: calc(100% + 2px);
  bottom: auto;
}
.juxba-vertical .jux-slider::after {
  left: calc(100% + 2px);
}
.juxba-vertical .jux-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;
}
.juxba-vertical .jux-slider > div {
  height: 18px;
}
.juxba-vertical .jux-slider svg {
  height: 18px;
  display: block;
}
.juxba-vertical .jux-before-wrap {
  width: 100%;
  height: 50%;
}
.juxba-inner img.juxba-before-img {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  top: 0px;
}
.juxba-overimage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: contain;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}
.juxba-inner:hover .juxba-overimage {
  z-index: 21 ;
}
.juxba-labels > div {
  background: rgba(0, 0, 0, 0.6);
  /*background: rgba(255,255,255,.2);*/
  color: #fff;
  position: absolute;
  padding: 5px 10px;
  z-index: 22;
}
.juxba-labels .juxba-before-label {
  left: 0;
  bottom: 0;
  border-radius: 0 2px 0 0;
}
.juxba-labels .juxba-after-label {
  right: 0;
  bottom: 0;
  border-radius: 2px 0 0;
}
.juxba-vertical .juxba-labels .juxba-before-label {
  bottom: auto;
  top: 0;
  border-radius: 0 0 2px;
}
.juxba-vertical .juxba-labels .juxba-after-label {
  left: 0;
  right: auto;
  border-radius: 0 2px 0 0;
}
.juxba-items-container {
  width: 100%;
  display: inline-block;
}
.juxba-image-wrapper {
  display: block;
}
.juxba-image-wrapper .slick-arrow {
  bottom: -20px;
  top: auto;
  z-index: 10;
  left: auto;
  -webkit-transform: none;
          transform: none;
  right: 25px;
}
.juxba-image-wrapper .slick-arrow.slick-next {
  right: 0;
}
.juxba-image-wrapper .slick-prev::before,
.juxba-image-wrapper .slick-next::before {
  font-size: 22px;
  color: #6b6b6b;
}
.juxba-image-wrapper .slick-dots {
  float: left;
  width: auto;
  bottom: -20px;
  z-index: 9;
}
.juxba-image-wrapper .slick-dots li {
  display: block;
  float: left;
  margin: 0 3px;
}
.juxba-image-wrapper .slick-dots li button::before {
  font-size: 8px;
}
.juxba-inner:hover {
  cursor: pointer;
}
.juxba-inner.active {
  background-color: inherit;
}
.juxba-inner .image-stage[data-label]:after {
  content: attr(data-label);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
.juxba-inner .image-stage.before-image[data-label]:after {
  z-index: 2;
}
.juxba-inner .before-image {
  z-index: 2;
}
.juxba-inner .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);
}
.juxba-inner .after-image {
  position: relative;
  z-index: 1;
}
.juxba-inner.juxba-vertical .image-stage.after-image[data-label]:after {
  bottom: 1.5rem;
  top: inherit;
}
.juxba-inner .image-stage.after-image[data-label]:after {
  right: 1.5rem;
  left: auto;
}
