Team Human
/* Style to set a fixed size for the video */
.video-container {
width: 600px; /* Set your desired width */
max-width: 100%; /* Allow the video to shrink to fit the screen */
margin: 0 auto; /* Center the video horizontally */
}
.video-container video {
... john.philpin.com https://john.philpin.com/2024/06/25/doctype-htmlteam-human.html