html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	background-image: url('./video/tenerife.jpg');
	background-color: #000;
	background-size: cover;
	margin: 64px;

}

a {
	color: #fff;
	text-decoration: none;
}

.logo {
	position: fixed;
	bottom: 64px;
	left: 64px;
	width: 50%;
}

#headphones {
	-webkit-transition: all 1s; 
  	-moz-transition: all 1s;
  	transition: all 1s;
}

.audioplayer {
	position: fixed;
	left: 64px;
	top: 64px;
	width: 300px;
}

.headphones {
	position:fixed;
	font-size: 18px;
	top: 50%;
	left: 50%;
	width: 775px;
	height: 137px;
	margin-left: -387px;
	margin-top: -69px;
	text-align: center;
}

.about {
	position: fixed;
	bottom: 64px;
	right: 10%;
	width: 30%;
}

.credits {
	position: fixed;
	bottom: 8px;
	right: 8px;
	font-size: 14px;
	line-height: 20px;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.colophon {
	font-size: 18px;
	line-height: 18px;
	position: fixed;
	right: 16px;
	top: 50%;
	width: 400px;
	margin-right: -200px;
	margin-left: -200px;
	text-align: center;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media only screen and (max-width: 812px) {

  	.fullscreen-bg {
		width: 150%;
  	}

	.logo {
		position: fixed;
		top: 16px;
		left: 16px;
		width: 80%;
	}

	.audioplayer {
		position: fixed;
		width: 300px;
		margin-left: -150px;
		margin-top: -25px;
		left: 50%;
		top: 19%;
	}

	.about {
		position: fixed;
		bottom: 72px;
		left: 16px;
		width: 80%;
	}

	.credits {
		position: fixed;
		left: 16px;
		bottom: 8px;
	}

}