diff --git a/docs/index.html b/docs/index.html
index 4d839d6..155aa04 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -16,6 +16,8 @@
MMAudio
+
+
-
-
-
+
+
+
diff --git a/docs/style.css b/docs/style.css
index 10b3fcf..4946ef1 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -61,4 +61,18 @@ hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
+}
+
+.video-container {
+ position: relative;
+ padding-bottom: 56.25%; /* 16:9 */
+ height: 0;
+ }
+
+.video-container iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
}
\ No newline at end of file