#fatPointer {
	position:absolute;
	top:-25px;
	left:0%;
	transform:translateX(-50%);
	transition:.6s;
}

.dropMarker {
	width:0;
	height:0;
	margin:auto;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:15px solid black;
}

.progress {
	height: 22px;
}

.progress .w-8{
	width:8%
}

.progress .w-10{
	width:10%
}

.progress .w-24{
	width:24%
}

.progress .w-18{
	width:18%
}

.progress .w-30{
	width:30%
}