body
{
    margin: 0;
}

#video-container
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: white"
}

#main-video
{
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
