* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    background: #000;
    height: 100%;
}

body {
    height: 100%;
}

#video-viewport {
    position: absolute;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    background: #000;
}

video {
    display: block;
    height: 100vh;
}

.fullsize-video-bg {
    height: 100%;
    overflow: hidden;
}

.fullsize-video-bg:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fullsize-video-bg:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fullsize-video-bg .inner {
    display: table;
    width: 100%;
    max-width: 24em;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.fullsize-video-bg .inner>div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
}

h1 {
    margin-top: 14vh;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 2px;
    font-size: 5em;
    line-height: .9;
    text-transform: uppercase;
    
}

h1+p {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 1.7em;
    text-transform: uppercase;
}

a {
    margin-top: 10vh;
}