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


.video-wrapper {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}


.video-player {
    max-width: 100vw;
    max-height: 100vh;

    width: 100%;
    height: 100%;

    object-fit: contain;
    background: #000;
}


body {
    overflow: hidden;
}