.ytc-wrapper {
	position: relative;
	width: 100%;
	transition: 0.8s left ease-in; 
}

.ytc-info {
	position: absolute;
	bottom: 0;
	width: 95%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 10px;
}

.ytc-info h4 { margin-top: 0; }

.ytc-info h4 a { 
	color: #fff; 
	font-size: 16px;
}

.ytc-info .ytc-views, .ytc-info .ytc-likes { font-size: 12px; color: rgb(235,235,235); }
.ytc-info .ytc-views { float: left; }
.ytc-info .ytc-likes { float: right; margin-right: 5px; }

.yt-navigator { }
.yt-navigator a { 
	display: inline-block;
	width: 50%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}

.youtube_channel_modal {
	display: none; 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	text-align: center;
	z-index: 99999;
}

.youtube_channel_modal .modal-close {
	position: fixed; 
	top: 10px;
	right: 10px;
	color: #fff;
	font-weight: 200;
	cursor: pointer;
}

.youtube_channel_player {
	position: absolute;
	width: 100%;
	margin: 20px auto;
}
