/*@import url('http://fonts.googleapis.com/css?family=Oswald');*/

body {
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
}
.footer_section {

position: fixed;
bottom: 0;
    width: 100%;
    margin-top: 10px;
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 80%;
    width: auto;
    height: auto;
    z-index: -100;
}

#mutePlayer{
    position: fixed;
    right: 35px;
    bottom: 35px;
    color:#fff !important;
}


