video {
    max-width: 50%;
    margin-bottom: 3%;
}

@media (max-width: 800px) {
    video {
        max-width: 90%;
    }
}