body {
  background-color: #2d3238;
}

body .container-fluid .full-viewport {
  min-height: 100vh;
  background-color: #2d3238;
  background-repeat: no-repeat;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

img {
  max-width: 100%;
  height: auto;
}

body .container-fluid .full-viewport .for-a-other-link {
  margin-top: 4rem;
}

body .container-fluid .content {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

body .container-fluid .full-viewport .tagline {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 16%;
}

body .container-fluid .full-viewport .disclaimer {
  text-align: center;
}

body .container-fluid .full-viewport .for-a-other-link a {
  color: #fff;
  font-size: 80%;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body .container-fluid .full-viewport .container-iframe {
  margin: 10rem auto;
  float: none;
}

@media (max-width: 800px) {
  body .container-fluid .content {
    width: 100%;
  }

  body .container-fluid .full-viewport .container-iframe {
    margin: 0 auto;
    padding-top: 0;
    width: 95%;
    float: none;
  }

  body .container-fluid .full-viewport .tagline {
    position: relative;
    left: auto;
    top: auto;
    width: 150px;
    text-align: center;
    margin: 2rem auto 0;
  }
}

@media (max-width: 768px) {
  body .container-fluid .full-viewport .container-iframe {
    padding-right: inherit;
    padding-left: inherit;
  }
}