.containerVideo {
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	/*position:relative;*/
}
.containerVideo video
.video-js {
	height: 100%;
	width: 100%;
}

/* CHANDRA CSS */
#videoBox {
	padding: 0.5ex;
	/*width: 560px;
	height:320px;*/
	width: 100%;
	height:auto;
	background-color: #ffffff;
	overflow:hidden;
}
.listBox {
	border:0px solid red;
}
.listBox ul {
	margin:0px;
	background:#f2f2f2;
}
.listBox li {
	display:block;
	margin:0px;
	padding:7px;
	border-bottom:1px solid #333;
	font-size:14px;
	color:#000;
}
.listBox li:hover {
	background:#0187a6;
	cursor:pointer;
	color:#fff;
}
.listBox li img {
	float:left;
	width:70px;
	height:40px;
	margin:0 10px 0 0;
}



@media only screen and (max-width: 768px) {
	.listBox li {
		font-size:12px;
	}
	.listBox li img {
		width:30px;
		height:20px;
	}
}
@media only screen and (max-width: 600px) {
    #videoBox, iframe {
        width:100%!important;
    }
    #videoBox {       
        height: auto;
    }
	#videoBox-anchor { display:none; }
}

