/* =========================================================== 
    MAIN PART
=========================================================== */


p#video { 
    aspect-ratio: 16/9;
    width: 90%;
    height: auto
}
/*

p#video { 
    position: absolute;
    top: 50%;
    left: 50%;
    --largeur: 50vw;
    width: 50vw;
    height: calc(9*var(--largeur)/16);
    transform: translate(-50%, -50%);
    border: 0px;
}

*/




