

/* This section is for crop section 
 * For this part, donot change the id or class names, but, you can change your css attributes as you like
 */
.cropHolder {position: fixed; top:0px; left:0px; width: 100vw; height: 100vh; display: none; }
#cropWrapper {position: absolute; top:0px; left:0px; right: 200px; bottom: 0px; margin: auto; width: 100vw; height: 100vh;}
#bgCanvas {position: absolute; top:0px; left:0px; right: 300px; bottom: 0px;}
#getCropped {position: absolute; top:0px; left:0px; right: 300px; bottom: 0px;}
#blacksheet {position: absolute; top:0px; left:0px; background-color: rgba(0,0,0,0.7); right: 300px; bottom: 0px; width: 100%; height: 100%;}


