.video1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.video1 video {
    width: 300px;
    height: auto;
}