body {
  background-color: #000;
}

body .container-fluid {
  padding: 0;
}

body .container-fluid .full-viewport {
  min-height: 100vh;
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url('../images/background.png');
  background-size: 100%;
  background-position: top center;
  background-attachment: fixed;
  margin: 0;
}

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

body .container-fluid .full-viewport .leaf {
  position: fixed;
  left: -160px;
  top: 30%;
  transform: translateY(-50%);
}

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

}
body .container-fluid .content .row {
  margin: 0;
}

body .container-fluid .full-viewport .container-iframe
{
  margin: 0 auto;
  max-width: 450px;
  float: right;
  padding: 0;
}

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: fixed;
    padding: 0;
    text-align: center;
    max-width: 700px;
}
body .container-fluid .full-viewport .container-packshot p {
  font-size: 20px;
  text-align: right;
  margin-right: 27px;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif;
  margin-top: -10px;
}
body .container-fluid .full-viewport .container-packshot p span {
  color: #14a5e2;
}

body .container-fluid .full-viewport .bottom-bg {
  /* position: absolute;
  width: 100%;
  bottom: 0; */
  top: 45vh;
  height: 55vh;
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url('../images/bottom.png');
  background-size: cover;
  background-position-x: center;
  z-index: 1;
}
body .container-fluid .bottom-bg img {
  width: 100%;
}

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

@media (max-width: 1920px) {
  body .container-fluid .full-viewport {
    background-size: cover;
  }
}

@media (max-width:1440px) {

  body .container-fluid .full-viewport .container-packshot div {

    width: 75%;
    margin: 0 auto;
  }

  body .container-fluid .full-viewport .leaf {
    left: -95px;
    top: 40%;
    width: 300px;
  }
}

@media (max-width: 1280px) {

  body .container-fluid .full-viewport .container-packshot div {
      width: 85%;
    }
}
@media only screen and (max-width:1280px) and (max-height:800px) {

  body .container-fluid .full-viewport .container-packshot div {
      width: 65%;
    }
}
@media only screen and (max-width:1366px) and (max-height:768px) {

  body .container-fluid .full-viewport .container-packshot div {
      width: 75%;
    }
    body .container-fluid .full-viewport {
      background-size: 190%;
    }
}

@media (max-width: 1024px) {

  body .container-fluid .full-viewport {
      background-size: 165%;
  }
}

@media (max-width: 768px) {

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

  body .container-fluid .content {
    width: 100%;
    padding-top: 0;
  }
  body .container-fluid .full-viewport .container-packshot div {
    width: 100%;
  }
  body .container-fluid .full-viewport .container-packshot {
    position: relative;
    max-width: none;
  }
  body .container-fluid .full-viewport {
    background-image: none;
  }
  body .container-fluid .full-viewport .container-iframe {
    padding-right: inherit;
    padding-left: inherit;
    max-width: none;
    float: none;
    width: 95%;
  }

  body .container-fluid .full-viewport .container-packshot .web ,
    body .container-fluid .full-viewport .bottom-bg,
    body .container-fluid .full-viewport .leaf {
    display: none;
  }
  body .container-fluid .full-viewport .container-packshot .mobile {
    display: block;
  }

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