html,body{
margin:0;
padding:0;
width:100%;
height:100%;
background:#000;
}


#player-wrapper{
width:100%;
height:100vh;
position:relative;
}


video{
width:100%;
height:100%;
object-fit:cover;
}


#cta{
position:absolute;
bottom:20px;
left:50%;
transform:translateX(-50%);
z-index:10;
}


#cta a{
background:#ff0000;
color:#fff;
padding:14px 22px;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}


.hidden{display:none;}