.prism-player .prism-progress-hover {
	cursor: pointer;
	height: 2px;
	transition: height .1s;
}

.prism-player .prism-progress .cursor-hover,
.prism-player .prism-liveshift-progress .cursor-hover {
    border-radius: 9px;
    width: 18px;
    height: 18px;
    top: -7px !important;
}