body {
    overflow:hidden;
}


.players {  
  position: relative;
  margin-right: 10px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  background-color: transparent;
  text-decoration: none;
}

.status {
  position: relative;
  color: white;
  font-size: 15px;
  text-align: right;
  margin-right: 10px;
  background-color: transparent;
  text-decoration: none;
}

video {
    position: fixed; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -1000;
    background: url(images/torre.jpg) no-repeat;

}