.video-wrap {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio - change if needed */
overflow: hidden;
border-radius: 8px;
}
.video-wrap video {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
object-fit: cover; /* or 'contain' if you prefer letterbox */
}
Your browser does not support the video tag.
Download the video.