@charset "UTF-8";
/* CSS Document */
.containner{
	max-width:1000px;
	margin:0px auto;
	text-align:center;}
.list-vdo{ 
	clear:both;		
	width:1000px;
	height:100px;
	padding:0px 0px 25px 0px;
	
	}
.list-vdo li{
	display:inline-block;
	border:1px solid #2aa5ce;
	-webkit-box-shadow: 0 1px 5px 2px rgba(42,165,206,1);
	box-shadow: 0 1px 5px 2px rgba(42,165,206,1);
	width:150px !important;
	height:100px !important;
	overflow:hidden;
	position:relative;
}
.list-vdo li iframe{
	width:100%;
	height:100%;
}
.list-vdo li img{
	width:100%;
	height:auto;
	max-height:100%
	}
.btn-play{
	position:absolute;
	top: 30%;
	left: 40%;}
