body {
background-color: black;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

#above {
position:fixed;
width: 100%;
height: 100%;
top:0px;
left:0px;
cursor:se-resize !important;
z-index: 9999;
}