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: left center;
  position: relative;
}

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

body .container-fluid .full-viewport .for-a-other-link {
  margin-top: 4rem;
}
body .container-fluid .content {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  overflow: hidden;

}

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-packshot {
    z-index: 1;
    position: relative;
    left: 0rem;
    padding-top: 8vh;
    text-align: center;

}

body .container-fluid .full-viewport .logo {
    margin: 3%;
    width: 38%;
    position: absolute;
    left: 0;
}

body .container-fluid .full-viewport .tag {
    position: absolute;
    bottom: 0;
    right: 0;
}

body .container-fluid .full-viewport .container-iframe {
  margin: 10vh auto 0;
  float: right;
}

body .container-fluid .full-viewport .container-packshot {
  display: none;
}

@media (max-width: 1380px) {
  body .container-fluid .full-viewport .tag {
    width: 26%;
  }

  body .container-fluid .full-viewport .container-iframe {
    margin: 5vh auto 0;
  }
}
@media (max-width: 1024px) {
  body .container-fluid .full-viewport .container-iframe {
    float: none;
  }
  body .container-fluid .full-viewport .logo {
    margin: 0%;
  }
}

@media (max-width: 800px) {

  body .container-fluid .full-viewport {
    background-image: url('../images/background-mobile.jpg');
  }
  body .container-fluid .full-viewport .logo, body .container-fluid .full-viewport .tag {
    display: none;
  }
  body .container-fluid .full-viewport .container-packshot {
    display: block;
    width: 100%;
    padding: 0;
  }


  body .container-fluid .content {
    width: 100%;
    overflow: inherit;
  }

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

  body .container-fluid .full-viewport .container-packshot div {
    float: inherit;
    margin: 0 auto;
    right: 0;
  }

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


}
