/* Style the video: 100% width and height to cover the entire window */
iframe {
  position: fixed;
  right:  0;
  bottom: 0;
  width: 75%;
  height: 75%;
  transform: translate(-17%, -25%);
}

body { 
	background-color: #080913;
	background-repeat:no-repeat;
	color: #EBE1C1;
	font-family:"font", sans-serif;
	font-size:13px;
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

/* Add some content at the bottom of the video/page */
.content {
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	padding: 20px;
	font-size:27px;
	font-weight: 500;
	
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	line-height: 100%;
	color: #fff;
	text-shadow: 0px 0px 16px #5fd0de;
	padding-top: 20px;
	padding-bottom: 20px;
}