.fa.crop { position: absolute; z-index: 999; display: none; padding: 3px 5px; background: rgba(0,0,0,.75); font-size: 20px; color: #fff; border-radius: 3px; opacity: .75; cursor: pointer; transition: opacity 250ms; }
.fa.crop:hover { opacity: 1 !important; }
.crop-canvas { position: absolute; top: 0; z-index: 101; }
#crop-image { -moz-user-select: none; -webkit-user-select: none; user-select: none; }
body.not-selectable { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
