.video-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.video-section video {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
}