.rotate-handle {
	height: 21px;
	width: 17px;
	background-image: url(../../biblioteca/2d/css/img/rotate.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -30px;
	right: -17px;
	transform: translateX(-50%);
	cursor: grab;
	touch-action: none;
	z-index: 10;
}
.resize-handle {
	width:15px;
	height:15px;
	background:red; 
	position:absolute; 
	bottom:-14px; 
	right:-12px; 
	cursor:se-resize;
}