.sliderWrapper {
    margin: 10px;
    width: 300px;
}

.origin {
    position: absolute;
    top: 100px;
    left: 400px;
    border: solid #000000 1px;
    width: 700px;
    height:700px;
    perspective: 800px;
    overflow: hidden;
}

.stage {
    position: absolute;
    /***border: solid #00ff00 3px;***/
    top: 200px;
    left: 200px;
    width: 200px;
    height: 200px;
    transform-style: preserve-3d;
}


