html
{
    overflow : hidden;
}

body
 {
	background-color : black;
 }
 
 .player
 {
	 position : absolute;
 }
 
 video
 {
	 object-fit: cover;
 }