body,
html {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
p {
    color: red;
    background-color: blue;
    text-align: center;
}

.video-container {
    width: 100vw;
    height: 100vh;
}

.side {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

.side-video {
    position: absolute;
    top: 0px;
    right: 0px;
    height: -webkit-fill-available;
    width: min-content;
}

.snipe {
    display: block;
    position: absolute;
    bottom: 0;
    width: -webkit-fill-available;
    right: 0;
}

.snipe-video {
    display: block;
    position: absolute;
    bottom: 0;
    width: min-content;
    height: min-content;
    left: 0;
}

.innova {
    display: block;
    position: absolute;
    height: max-content;
    width: max-content;
    max-width: 90vw;
    max-height: 70vh;

    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);

    width: 30%;
}

.innova-video {
    display: block;
    position: absolute;
    height: max-content;
    width: max-content;
    max-width: 90vw;
    max-height: 70vh;

    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
