#ypt_wrapper {
	background: rgb(0, 0, 0); width: 100%; color: rgb(255, 255, 255); overflow: hidden; max-width: 100%;
}
#ypt_thumbs {
	background: rgb(0, 0, 0); margin: 0px; padding: 0px; width: 20%; -ms-overflow-x: hidden; -ms-overflow-y: scroll;
}
#ypt_thumbs li {
	list-style: none; margin: 0px; font-size: 0px; position: relative;
}
#ypt_thumbs li img {
	width: 100%;
}
#ypt_thumbs li p {
	background: rgba(0, 0, 0, 0.7); margin: 0px; padding: 5%; width: 100%; height: 100%; color: rgb(255, 255, 255); font-size: 10px; display: none; position: absolute;
}
#ypt_thumbs li:hover p {
	display: block; cursor: pointer;
}
#ypt_thumbs .ypt-now-playing p {
	display: block;
}
#ypt_thumbs .ypt-now-playing > span::after {
	background: rgba(0, 0, 0, 0.6); padding: 5%; width: 100%; bottom: 0px; color: rgb(255, 255, 255); font-size: 10px; margin-top: -1em; display: block; position: absolute; content: "\25b6  Now playing";
}
#ypt_wrapper .video {
	width: 80%; padding-bottom: 48.4%; float: left; position: relative;
}
#ypt_wrapper .video iframe {
	left: 0px; top: 0px; width: 100%; height: 100%; float: left; position: absolute;
}
@media only screen and (max-width:400px)
{
#ypt_thumbs {
	display: none;
}
#ypt_wrapper .video {
	width: 100%; padding-bottom: 56.25%;
}
}
