html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-position: center
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    line-height: 1;
    height: 600px;
    width: 300px;
    color: black;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background-color: white
}

#content {
    width: 100%;
    height: 586px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

#shadow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -146.5px;
    margin-top: -7px
}

#link img {
    height: 100%;
    width: 100%;
    display: block
}

.full-absolute, #white, .screen {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

#bg {
    background-color: transparent
}

#logo {
    position: absolute;
    z-index: 10001;
    top: 15px;
    left: 15px;
    opacity: 0;
}

#white {
    background-color: white;
    z-index: 10000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

#screen1 {
    z-index: 500
}

#screen2 {
    z-index: 400
}

.video-screen {
    z-index: 350;
}

#screen3 {
    z-index: 300
}

#screen4 {
    z-index: 200
}

#screen5 {
    z-index: 100
}

.sprite-base, .p-logo, .p-screen2-text, .p-shadow {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background-color: transparent
}

.sprite-base, .p-logo, .p-screen2-text, .p-shadow {
    background-image: url('img/spritesheet.png');
    background-repeat: no-repeat
}

.p-logo {
    width: 76px;
    height: 31px;
    background-position: -5px -108px;
}

.p-screen2-text {
    width: 260px;
    height: 93px;
    background-position: -5px -5px;
}

.p-shadow {
    width: 293px;
    height: 14px;
    background-position: -5px -149px;
}

#screen1 {
    background-image: url('img/screen1.png?1454946940')
}

#screen2 {
    background-color: white
}

.video-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#screen2a {
    background-image: url('img/screen2a.jpg');
}

#screen2b {
    background-image: url('img/screen2b.jpg');
}

#screen2c {
    background-image: url('img/screen2c.jpg');
}

#screen2 .p-screen2-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30.5px;
    margin-left: -130px
}

#screen3 {
    background-color: black;
    visibility: hidden
}

#screen3:after {
    content: "video";
    position: absolute;
    top: 50%;
    left: 50%;
    color: white
}

#screen4 {
    /*background-image: url('img/screen4.jpg?1454598573')*/
}

#screen4 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    height: 100%;
}

#screen4 #stripe {
    position: absolute;
    top: -5px;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#screen5 {
    background-image: url('img/screen5.jpg?1454599007')
}

.btn-container {
    /*background-color: red;*/
    position: absolute;
    top: 502px;
    left: 50%;
    height: 35px;
    width: 239px;
    margin-left: -119px;
    overflow: hidden;
}

.btn-container img {
    position: absolute;
    left: -20%;
    height: 300%;
    width: 36px;
    /*width: 0;*/
    top: -100%;
    opacity: 0.6;
    -webkit-transform: rotate(35deg) translate(-50%, 0);
    -moz-transform: rotate(35deg) translate(-50%, 0);
    -ms-transform: rotate(35deg) translate(-50%, 0);
    -o-transform: rotate(35deg) translate(-50%, 0);
    transform: rotate(35deg) translate(-50%, 0);
}