h3.eng,p.eng{text-align:left;}
#headBanner .slide_subtitle .slideSubWrap p{text-align:center;}

.headspace{    margin-top: 30px;}
.module-secWrap-episode {}
.module-secWrap-episode .module-latWrap-episode {width: 53.3%; float: left; margin-left: 1%;}
/* .module-secWrap-episode .module-latWrap-episode {width: 100%; padding-left: 0;} */

.gistBlock a,.latWrap a{color:#497372;}
.module-secWrap-episode .module-latWrap-episode.audio .latVidWrap {width: 100%; padding: 0; float: none;}
.module-secWrap-episode .module-latWrap-episode.audio .latVid {width: 100%; }
.module-secWrap-episode .module-latWrap-episode.audio .latVidTit {
	width: 96%;
    height: auto;
    font-size: 18px;
    line-height: 26px;
    padding: 1% 2%;
    margin-bottom: 10px;
    background: #2e3e4a;
    color: #ffffff;
}

.albWrap img {
	width: 100%;
	max-width: 100%;
}

.ref {
	width: 380px;
	height:450px;
	background:#000000;
}

.listWrap {
	height: calc(100% - 11px);
}
.epiRecom {
	padding: 12px 0;
	font-size: 14px;
	line-height: 1;
	height: auto;
}
.vidPlayer{position:relative;}
#episodePlayer .message {
	/*background-color: rgba(0.6, 0.6, 0.6, 0.6);*/
	background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
}
#episodePlayer .text {
	    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* right: 0; */
    text-align: center;
    width: 100%;
    margin: auto;
}
#episodePlayer img {width: 100%; }

.module-secWrap-episode .catcUpWrap ul li .epinfoBlock .epiName h2 {
	max-height: 105px;
	overflow: hidden;
}

@media screen and (max-width: 825px) {
	#episodePlayer {
		width: 100% !important; 
		height: 100% !important;
	}
	
	.module-secWrap-programme .module-latWrap-programme {
		width: 98%;
	}
	#episodePlayer .message{
		width:100%;
	}
	#episodePlayer img{
		width: auto;
	    max-width: 100%;
	    max-height: 100%;
	    margin: auto;
	    display: block;
	    height: 100%;
	}
}
@media screen and (max-width: 625px) {
	.module-secWrap-episode .module-latWrap-episode {
		width: 90%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.gistWrap.latWrap{
	    height: auto;
	    display: inline-block;
	    padding: 0 5%;
	}
}

@media screen and (max-width: 480px) {
	#episodePlayer .message {
	    z-index: 1;
	}
	#episodePlayer img{
		position: absolute;
	    top: 0;
	    bottom: 0;
	    z-index: 0;
	    height:auto;
	}
	
}