body{
	background: black;
}

.player-text{
	background: black;
}

#play{
	display: none !important;
}

.timestring{
	font-size: 23px;
    color: #e0e0e0;
}

.desc{
	font-size: .9em;
    color: #9ea2a2;
}

p.fexi_header{
	font-size: 1.6em;
	padding-bottom: 0;
}

p.fexi_header_para.l{
	font-size: 1.2em;
}

.show-channel{
	height: 160px;
    width: 206px !important;
    display: block;
    margin: auto;
    padding: 10px;
}

.episode_num{
	color: white;
	opacity: .9;
	font-size: 17px;
}

/****************** smartphone start ****************/
@media (max-width: 992px) {
	.w3_agile_featured_movies{
		padding: 0;
	}
}

@media (min-width: 992px){
	.player-text {
		min-height: 339px;
	}

	p{
		font-size: 110%;
	}
	
	span{
		font-size: 110% !important;
	}
}