@charset "UTF-8";
/* CSS Document */

/* YouTube */

.YouTubeLimited {
	background: #35383a;
}


.VideoWrapper {
	width: 1000px;
	margin: auto;
}


.VideoContainer {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; height: 0; overflow: hidden;
}

.VideoContainer iframe,
.VideoContainer object,
.VideoContainer embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



@media (max-width: 1000px)
{
	.VideoWrapper {
		width: 100%;
	}
		
}
