@charset "utf-8";

.youtube-list > li {
	transition: none !important;
}
.youtube-list > li:hover {
	opacity: 1 !important;
}
.youtube-wrap {
	position: relative;
	padding-top: 74.25%;
	width: 100%!important;
	/*max-width: 620px!important; 
	max-height: 380px!important;*/
	margin: 0 auto;
}
.youtube-wrap object,
.youtube-wrap iframe {
	position: absolute;
	top:0;
	left:0;
	width: 100%!important;
	height: 100%!important;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
