body{
    background: #000;
}
/* Style the video: 100% width and height to cover the entire window */
#background_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    display: block;
    margin: 0 auto;
}

/* Add some content at the bottom of the video/page */
.content {
    position:relative;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    /*position: fixed;*/
    /*bottom: 0;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    /*color: #f1f1f1;*/
    /*width: 100%;*/
    /*padding: 20px;*/
}

.enter {
    position:absolute;
    top:90%;
    left:50%;
    xmargin-top:100px; /* this is half the height of your div*/
    margin-left:-60px; /*this is half of width of your div*/
    color: white;
    text-transform: uppercase;
    font-family: "Ubuntu Mono", "Andale Mono", "DejaVu Sans Mono", "Monaco", "Bitstream Vera Sans Mono", "Consolas", "Lucida Console", monospace;
}

.enter a{
    color: #FFF;
    text-decoration: none;
}
.enter a:hover{
    color: #FFF;
    text-decoration: underline;
}

.controls{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;

}

/* Style the button used to pause/play the video */
button {
    width: 40px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #FFF;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin:2px;
    background-image: url("../images/audiosprite.jpg");
}

button:focus,
button:active{
    border: none;
    outline: none;
}
#pauseButton{


}
#muteButton{

}
.pause{
    background-position: -86px -78px;
}
.play{
    background-position: -134px -78px;
}
.mute{
    background-position: -134px -123px;
}
.unmute{
    background-position: -43px -123px;
}
