.videolist-changepics {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba #000, 0.6;
	margin-bottom: 0;
}

li.videolist-changepics-item {
	width: 20%;
	list-style: none;
}

.videolist-changepics-item {
	float: left;
	height: 100%;
}
.videolist-changepics-item .sliderbar {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
	position: relative;
	top: 98%;
	display: block;
	height: 2%;
	background: transparent;
}
.videolist-thumb {
	z-index:1;
}
.videolist-thumb-img {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	width: 100%;
	vertical-align: middle;
}
.videolist-changepics-item:hover .sliderbar,
 .videolist-changepics-item:focus .sliderbar,
 .videolist-changepics-item.active .sliderbar {
	background : #000;
}
ul.videolist-changepics {
	padding-left: 0px !important;
}
.video-link {
  position: relative;
  display: block;
}
.video-link::before {
  content: "";
  display: table;
}
