.video-loop {
    width: 100%; /* Adjust to your desired size */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Cover the container, useful for background videos */
}