body {
  background-color: #F0EADC;
}
body .container-fluid .full-viewport {
  min-height: 100vh;
  background-color: #F0EADC;
  background-repeat: no-repeat;
  background-image: url('../images/background.png');
  background-size: cover;
  background-position: left center;

}

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

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

}

body .container-fluid .full-viewport .for-a-other-link a {
  color: #000;
  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: 10rem 0 0;
    text-align: center;
}


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

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


@media (max-width: 767px) {

  body .container-fluid .full-viewport .tag {
    left: 10px;
    width: 25%;
    top: 10px;
}

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


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

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


}
