

.playlist-item {
  cursor: pointer;
  transition: background 0.3s;
	background-color: #000;
}
.playlist-item:hover,
.playlist-item.active {
  background-color: #000;
  color: #fff;
	
}
.playlist-thumb {
  width: 80px;
  height: auto;
	
}
.list-group-item{
color: #fff;
	font-size: 13px;

}

.list-group-item.active{
  color: #00d6d6;
	font-size: 13px;
	
}
#video-section{
  background-color: black;
}
.controls{
  background-color: black;
  padding: 5px 10px 10px;
}