.vjs-marker {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
	height: 100%;
	width: 1px;
	background-color: #cccccc;
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
}
