.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.clear {
clear:both;
}

img,
img a {
border:none;
max-width:100%;
height:auto;
}

ul {
list-style:none;
margin:0;padding:0;
}

a, a:hover {
-webkit-transition: color 0.2s linear;
   -moz-transition: color 0.2s linear;
		transition: color 0.2s linear;
	 -o-transition: color 0.2s linear;
text-decoration:none;
}

body {
margin:0;
padding:0;
background-color:#000;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased !important;
font-family:Arial;
text-align:center;
color:#FFF;
}

#container {
width:1000px;
margin:30px auto 100px auto;
}

#logo {
margin:0 auto 50px auto;
text-align:center;
}

#logo img {
max-width:220px;
}

.video-wrapper iframe {
border:1px solid #FFF;
}

@media all and (max-width:1050px) {
#container {
width:86%;
margin:30px 7% 100px 7%;
}
}

