body {
overflow-y: hidden;
margin: 0px;
padding: 0px;
background:#000;
text-align:center;
}

.video {
	position: relative;
	height: 0;
	padding: 28.125% 0 28.125% 0;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
margin: 0px;
padding: 0px;
z-index:9;
}

a{
 position: absolute;
 bottom: 20px;
 right: 20px;
 color:#fff;
 font-size:10px;
 z-index:999;
 text-decoration:none;
 opacity: 0.5; 
 letter-spacing:0.15em;
 font-family: 'Bitter', serif;
}

a :link{
 text-decoration:none;
}