#dog-video {
    width: 100%;
    height: 500px; /* Or use 100vh for full screen height */
    object-fit: cover; /* This prevents the video from looking squashed */
    display: block;
}