@font-face {
  font-family: 'akzidenz-grotesk_bqregular';
  src: url("../fonts/akzidenzgrotesk-regular-webfont.woff2") format("woff2"), url("../fonts/akzidenzgrotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'akzidenz-grotesk_bqregular'; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  border: 0; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/preview.jpg) no-repeat;
  background-size: cover; }

#videowrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  @media only screen and (max-width: 720px) {
    #videowrapper {
      height: auto;
      background: url(../images/preview.jpg) no-repeat;
      background-size: cover; }
      #videowrapper:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
      #videowrapper video {
        display: none; } }

#outerwrapper {
  width: 100%; }

.sound {
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 4vw;
  left: 4vw; }
  @media only screen and (max-width: 720px) {
    .sound {
      display: none; } }

section {
  width: 100%;
  position: relative;
  min-height: 100vh; }
  @media only screen and (max-width: 720px) {
    section {
      height: auto; } }
  section .left {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4vw;
    font-size: 2.4vw;
    line-height: 3vw;
    text-align: left; }
    section .left p:first-child {
      margin-top: 0; }
    section .left p:last-child {
      margin-bottom: 0; }
  section .right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4vw;
    font-size: 2.2vw;
    line-height: 3vw;
    text-align: left; }
    section .right p:first-child {
      margin-top: 0; }
    section .right p:last-child {
      margin-bottom: 0; }
  section span {
    display: inline-block;
    width: 46%; }
  @media only screen and (max-width: 720px) {
    section .left,
    section .right {
      position: relative;
      width: 100%;
      left: auto;
      top: auto;
      right: auto;
      height: auto;
      float: none !important;
      padding: 8vw;
      font-size: 4.5vw;
      line-height: 5.7vw; }
      section .left p,
      section .right p {
        margin: 1rem 0 !important; } }
  @media only screen and (max-width: 720px) {
    section .imagebox:after {
      content: '';
      display: block;
      padding-bottom: 100%; } }

.lyrics section {
  display: flex; }
  @media only screen and (max-width: 720px) {
    .lyrics section {
      display: block; } }
  .lyrics section .left,
  .lyrics section .right {
    font-size: 1.8vw;
    line-height: 2.4vw;
    position: relative;
    float: none;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto; }
    @media only screen and (max-width: 720px) {
      .lyrics section .left,
      .lyrics section .right {
        font-size: 4.5vw;
        line-height: 5.7vw; } }

.back-link {
  font-size: 1.8vw;
  line-height: 2.4vw;
  position: relative;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 3vw 0;
  text-transform: uppercase; }
  .back-link a {
    color: inherit;
    text-decoration: none; }
    .back-link a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 720px) {
    .back-link {
      font-size: 4.5vw;
      line-height: 5.7vw; } }
