diff --git a/index.html b/index.html index 4210dcc2..ec9b68f3 100644 --- a/index.html +++ b/index.html @@ -53,11 +53,7 @@

Demo

- -

This is a placeholder video*

+
diff --git a/website_styles/index.css b/website_styles/index.css index d0dd8c98..87e57650 100644 --- a/website_styles/index.css +++ b/website_styles/index.css @@ -160,8 +160,9 @@ body, html { } .responsive-video { - width: 100%; - height: auto; + width: 480px; + height: 300px; + aspect-ratio: 1440 / 900; margin-top: 20px; }