.iscroll-body-ver {
    position: absolute;
    right: 0;
    z-index: 999;
}
.iscroll-mask-ver {
    height: 100%;
}
.iscroll-slide-ver {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.iscroll-body-hor {
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.iscroll-mask-hor {
    height: 100%;
}
.iscroll-slide-hor {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.iscroll-target {
    width: 100%;
    height: 100%;
    overflow: hidden;
}