A unique way to display Julies work

<style> video { width: 100%; /* Makes the video take full width of its container */ max-width: 1200px; /* Limit the maximum width */ height: auto; /* Keep the aspect ratio */ } </style>