.bgvid {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;  
}

#bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#redux {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#wrap {
    z-index: 10;
}

#background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.left {
    position: absolute;
    top:10px;
    left:10px;
    z-index: 2;
}

.left h2 {
    margin:0px;
}

.left h2 a {
    font-family: "aktiv-grotesk",sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 29px;
    color:#fff;
}

.topleft {
    position: absolute;
    max-width: 800px;
    width: 90%;
    margin: auto;
    margin-top: -200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.topleft img {
    width: 100%;
}

.bottomleft {
    position: absolute;
    bottom:10px;
    right:15px;
    z-index: 10;
}

.bottomleft h2 {
    font-family: "aktiv-grotesk",sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 29px;
    /*
    text-shadow: 2px 2px 7px rgba(0,0,0,.3);
    */
    margin: 0 auto;
    letter-spacing: .5px;
}

.bottomleft h2 a {
    color:#fff;
}

.cp-inner {
    z-index: 10;
}

.topright {
    position: absolute;
    top:5px;
    right:15px;
    z-index: 10;
}

.topright h2 {
    margin:10px;
}

.topright h2 a {
    font-family: "aktiv-grotesk",sans-serif;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    font-size: 25px;
    margin: auto;
}

.topleft h2 {
    font-family: "aktiv-grotesk",sans-serif;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    font-size: 55px;
    margin: auto;
    font-family: "adage-script",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgba(250,250,250,.6);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.topright ul {
  list-style-type: none;
  padding:0px;
}

.topright ul li {
  display: inline-block;
  margin:0px 5px;
}

.topright ul li a {
  color:#fff;
  font-size: 25px;
  /*
  text-shadow: 2px 2px 7px rgba(0,0,0,.3);
  */
}

.duration {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 10;
    font-family: "aktiv-grotesk",sans-serif;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    margin: 0px auto;
    font-size: 27px;
    letter-spacing: 1px;
    /*
    text-shadow: 2px 2px 7px rgba(0,0,0,.3);
    */
}

@media screen and (max-width: 620px) {
    .duration {
        bottom:auto;
        top:50%;
        left:0px;
        width: 100%;
        text-align: center;
        margin-top:85px;
    }
    .topleft h2 {
        font-size: 5vw;
    }

    .bottomleft h2 {
        font-size: 6vw;
    }
    .left {
        top:15px;
    }
    .left h2 a {
        font-size: 20px;
    }
    .topright h2 a {
        font-size: 20px;
    }
    .topright {
        right: 5px;
        z-index: 10;
    }
}
