.adjustable {
	position: relative; 
	background-size: cover;
}
.dragBox{
	width:30px; 
	height:30px; 
	border-radius: 15px;
	background-color:black; 
	position:absolute; 
	background-image: url('../images/moveIcon.png');
	background-size: 100%;
	z-index: 3;
}