body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-color: #000000;
}
.video {
    width: 100%;
    max-width: 1280px;
}
