@charset "utf-8";

.video-section {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
}

.video-section video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}