html,
body {
    background: transparent;
    color: #000;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}

a {
    color: #222;
    text-decoration: none;
    transition: all 1s ease;
}

a:hover {
    color: #444;
}

#wrapper {
    margin: 2em auto;
    padding: 2em;
    text-align: center;
}

#teaser {
    font-size: 5em;
    font-size: 6vmax;
    text-transform: uppercase;
    position: relative;
    display: inline;
    margin: 0 auto;
}

#teaser:after {
    content: "";
    display: block;
    height: 2px;
    background: #000;
    width: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#typo {
    color: #fef600;
    font-style: italic;
    font-weight: bold;
    margin-top: 18vh;
}



.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*@media (max-width: 767px) {*/
    /*.fullscreen-bg {*/
        /*background: url('http://dev2.slicejack.com/fullscreen-video-demo/img/videoframe.jpg') center center / cover no-repeat;*/
    /*}*/

    /*.fullscreen-bg__video {*/
        /*display: none;*/
    /*}*/
/*}*/