
.result-item-slider {
    height: 700px;
    max-width: 100%;
}


.result-item-slider {
    position: relative;
    /*width: 858px;*/
    margin: 30px auto;
    height: 700px;
}

    .result-item-slider .result-wrapper {
        width: 50%;
        z-index: 2;
        overflow: hidden;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.result-wrapper {
    height: 540.24px!important;
 background: url(../images/before.jpg)  no-repeat;
}

.result-item-slider img, .result-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

    .result-item-slider img.after {
        max-width: 100%;
    }

.result-item-slider .drag-cursor {
    max-height: 100%;
    background: url(../images/drag-cursor-big.png) no-repeat;
}

.result-item-slider .drag-cursor {
    cursor: e-resize;
    max-height: 100%;
    width: 29px;
    position: absolute;
    top: 2.5%;
    /*top: -10px;*/
    left: 50%;
    margin-left: -15px;
    z-index: 3;
    background: url(../images/drag-cursor.png) no-repeat;
}

.drag-cursor {
 height: 504.24px!important;
    top: 34.38px!important;
}