@charset "utf-8";
html, body {height:100%;}
.navbar {
	background-color: #EC1F28;
	color: #FFF;
}
.navbar-brand {
	background-image: url(../res/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
}
.player { 
  position: fixed;
  top: 40%; left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 80%;
  width: auto;
  height: auto;
  transform: translate(-50%, -40%);
}
.video-height {font-size:50px;color:rgba(255,255,255,0.8);height:600px;text-shadow: 0px 0px 6px rgba(0,0,0,0.45);}

.headline {position:absolute;font-weight:bold;left:0px;top:350px;line-height:70px;text-transform:uppercase;}
.never {font-size:80px;}
.map {position:absolute;right:0;top:200px;}