.covered {
	position: relative;
}

.covered img{
	max-width:100%;
	}
.handle {
	position: absolute;
	width : 46px;
	height: 46px;
	margin-left  : -26px;
	margin-top   : -26px;
	border-radius: 50%;
	background-color: #fff;
	text-align : center;
	border:3px solid #e10012;
}

.handle:before{
	content:"";
	display:block;
	position:absolute;
	right:50%;
	top:50%;
	width:12px;
	height:12px;
	border-left:4px solid #e10012;
	border-bottom:4px solid #e10012;
	margin:-8px -4px 0 0px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}
.handle:after{
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	width:24px;
	height:4px;
	background-color: #e10012;
	margin:-2px 0px 0 -12px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
.handle span {
	display : inline-block;
	margin : 15px 1px 0;
	color : #000;
	-webkit-transition : .1s ease-out;
	-moz-transition : .1s ease-out;
	-ms-transition : .1s ease-out;
	-o-transition : .1s ease-out;
	transition : .1s ease-out;
}

.handle.vertical {
	-webkit-transform : rotate(90deg);
	-moz-transform : rotate(90deg);
	-ms-transform : rotate(90deg);
	-o-transform : rotate(90deg);
	transform : rotate(90deg);
}



.handle:hover span {
	color : #FFF;
}

.draggable {
	cursor : move;
}

.draggable span {
	margin : 15px 4px 0;
	color  : #FFF;
	-webkit-transition : .1s ease-out;
	-moz-transition : .1s ease-out;
	-ms-transition : .1s ease-out;
	-o-transition : .1s ease-out;
	transition : .1s ease-out;
}
.covered {
	width  : 100%;
	height : 100%;
	margin :0;
	position:relative;
}

.second {
	width : 100%;
	height : 100%;
	position:relative;
	background-size:cover;
}
