body{

    margin:0;
    background:#000;

    display:flex;
    justify-content:center;
    align-items:center;

    height:100vh;
}

.container{

    width:90%;
    max-width:1200px;
}

#player{

    width:100%;
    aspect-ratio:16/9;
}