.tr-ci-container {
    position: relative;
    cursor: normal;
    width: 100%;
}

.tr-ci-container.moving {
    
    cursor: col-resize;
}

.tr-ci-container  .tr-ci-part {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;

    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    width: 100%;
}

.tr-ci-init  img{
    width: 100%;
    max-width: 100%;
}

.tr-ci-scroller {
    height: 30px;
    width: 10px;
    position: absolute;
    background: black;
    border: 2px solid white;
    top: 50%;
    right: 0;
    cursor: col-resize;
    z-index:1000;
}