/* Responsive video styling */
video {
    max-width: 90%;
    height: auto;
    display: block;
}

/* Match the rounded corners of other images on the page */
video.img-rounded {
    border-radius: 8px;
}