
.juxic-inner {
    position: relative;
    overflow: hidden;
}

.juxic-inner img {
    width: 100%;
    max-width: none;
    display:block;
}

.noo-before-wrap {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

 /* Thin line seperator */
.noo-slider {
    height: 34px;
    width: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16.5px;
    margin-top: -16.5px;
    border: 2px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-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: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
}
.noo-slider:before, .noo-slider:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    width: 2px;
    height: 9999px;
    left: calc(50% - 1px);
}
.noo-slider:before {
    bottom: calc(100% + 2px);
}
.noo-slider:after {
    top: calc(100% + 2px);
}
.noo-slider svg {
    width: 15px;
    height: 30px;
    fill: #fff;
}
.juxic-vertical .noo-slider::before,
.juxic-vertical .noo-slider::after {
    width: 9999px;
    height: 2px;
    left: auto;
    top: calc(50% - 1.5px);
}
.juxic-vertical .noo-slider::before {
    right: calc(100% + 2px);
    bottom: auto;
}
.juxic-vertical .noo-slider::after {
    left: calc(100% + 2px);
}
.juxic-vertical .noo-slider {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.juxic-vertical .noo-slider > div {
    height: 18px;
}
.juxic-vertical .noo-slider svg {
    height: 18px;
    display: block;
}
.juxic-vertical .noo-before-wrap {
    width: 100%;
    height: 50%;
}
.juxic-inner img.juxic-before-img {
    display: block;
    position: absolute;
    z-index: 20;
    width: 100%;
    max-width: 100%;
    top: 0px;
}
.juxic-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;
}
.juxic-inner:hover .juxic-overimage{
    z-index: 21 ;
}
.juxic-labels > div {
    background: rgba(0,0,0,.6);
    /*background: rgba(255,255,255,.2);*/
    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;
}
.jux-img-comparison-wrapper {
    display: block;
}
.jux-img-comparison-wrapper .slick-arrow {
    bottom: -20px;
    top: auto;
    z-index: 10;
    left: auto;
    transform: none;
    right: 25px;
}
.jux-img-comparison-wrapper .slick-arrow.slick-next {
    right: 0;
}
.jux-img-comparison-wrapper .slick-prev::before,
.jux-img-comparison-wrapper .slick-next::before {
    font-size: 22px;
    color: #6b6b6b
}
.jux-img-comparison-wrapper .slick-dots {
    float: left;
    width: auto;
    bottom: -20px;
    z-index: 9;
}
.jux-img-comparison-wrapper .slick-dots li {
    display: block;
    float: left;
    margin: 0 3px;
}
.jux-img-comparison-wrapper .slick-dots li button::before {
    font-size: 8px;
}
.juxic-inner:hover {
    cursor: pointer;
}
.juxic-inner.active {
    background-color: inherit;
}
