.video{
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    margin: 1em auto;
    display: flex;
    justify-content: center;
}

.video > video{
    width: 100%;
    height: 100%;
}

@media (min-width: 0px) {
    .video {
        width: 100%;
    }
}

@media (min-width: 600px) {
    .video {
        width: 100%;
    }
}

@media (min-width: 800px) {
    .video {
        width: 80%;
    }
}