html, body {
    background: #000;
}
a, a:hover, a:active {
    color: #fff;
}
#video_background {
    position: absolute;
    top:70px;    
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -999;
    overflow: hidden;
}    
#player {
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #777777;
    background: #333300;
    border-radius: 5px #ffffff;
}    
#player:hover {
    font-family: Arial;
    color: #333300;
    background: #ffffff;
    border-radius: 5px #333300;
}
.image {
    height: 50px;
}
@media screen and (max-width: 1400px)
{
    #video_background {
        position: absolute;
        top: 50px !important;
        min-width: 100%;
        width: 100%;
        z-index: -999;
        overflow: hidden;
    } 
    .image {
        height: 30px !important;
    }
}
