.layer_stage_content,.layer_stage_effects{
	position:relative;
	display:block;
	object-fit: contain;
	width:100%;
	height:100%;
}
.layer_stage_content{
	text-align:center;
    object-fit: cover;
}

.layer_grip{
	position:absolute;	
	display:none;
    width: 5px;
    height: 5px;
}

.gblack{
    background-color: #000000;
    border: 1px solid #323232;	
}

.gwhite{
    background-color: #ffffff;
    border: 1px solid #e2e2e2;	
}

.hblack{
    color: #000000;
}

.hwhite{
   color: #ffffff;
}

.lwhite{
	border:1px dotted #FFFFFF !important;	
}

.lblack{
	border:1px dotted #000000;	
}

.layer_stage{
  position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	perspective: 700px;
/*  border: 1px solid rgba(0,0,0,0);*/
}

.ui-resizable-nw{
    left: -5px;
    top: -5px;	
}

.ui-resizable-ne{
     top: -5px;
     right: -5px;
}

.ui-resizable-sw{
    bottom: -5px;
    left: -5px;
}

.ui-resizable-se{
    bottom: -5px;
    right:-5px;	
}

.ui-resizable-n{
    top: -5px;
    left:50%;
}

.ui-resizable-s{
    bottom: -5px;
    left: 50%;
}

.ui-resizable-w{
	left:-5px;
	top:50%;
}

.ui-resizable-e{
	right:-5px;
	top:50%;
}
.rotate_handle {
	position:absolute;
    cursor: pointer;
    top:15%;
    left:50%;
	margin-left:-7px;
}
.text_layer{
    color:#FFFFFF;
    text-align:left;
}
.text_layer p{
  margin: 0;
  padding: 0;
}