.container h2 {
  font-family: 'Avenir LT W01_45 Book1475508', Arial; }

.container h2 a {
  font-family: 'Avenir LT W01_85 Heavy1475544', Arial; }

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute; }
  .placeholder.faded {
    opacity: 0.5; }
  .placeholder.hide {
    display: none; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hide {
  display: none !important; }

.desktop {
  display: none; }

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

body {
  background-attachment: fixed;
  background-image: url("../images/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white; }

.container {
  margin: 0 auto;
  width: 95%; }
  .container .logo {
    background-image: url("../images/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 109px;
    margin: 30px auto 0 auto;
    width: 191px; }
    .container .logo a {
      display: block;
      height: 100%;
      width: 100%; }
  .container h2 {
    color: white;
    font-size: 1.56rem;
    line-height: 1.2;
    margin: 20% auto 0 auto;
    text-align: center;
    width: 80%; }
    .container h2 a {
      text-decoration: none; }

/*# sourceMappingURL=mobile.css.map */
