#home-background {
    background: url("../img/graffiti.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home-background > .nav-wrapper {
    background: rgba(0, 0, 0, 0.8);
}

.video-wrapper {
    margin-top: 50px;
    padding-bottom: 80%;
    position: relative;
    height: 0;
}

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