html,body{
    height: 100%;
}

.player{
    position:absolute;
    top:52px;
    left:0px;
    width:100%;
    height:calc(100% - 52px);
    border: 0px;
}
.navbar{
    height: 50px;
}