/* CSS Document */
.crop-image-modal{
    float: left;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
}

.crop-image-modal .crop-image-modal-image{
    position: absolute;
    top: 0;
    left: -130px;
    height: 100%;
    width: auto;
}

