diff --git a/docs/docs/examples.html b/docs/docs/examples.html
index 75f6020f..d3e0d864 100644
--- a/docs/docs/examples.html
+++ b/docs/docs/examples.html
@@ -4,13 +4,8 @@
Examples - fast_io Documentation
-<<<<<<< HEAD
-=======
-
-
->>>>>>> parent/next
@@ -41,13 +36,8 @@ More Examples Coming Soon
diff --git a/docs/docs/intro.html b/docs/docs/intro.html
index 7f5660c7..4f6ab8ad 100644
--- a/docs/docs/intro.html
+++ b/docs/docs/intro.html
@@ -138,13 +138,13 @@ Video Introduction
Here’s a talk that further illustrates the ideas behind fast_io:
-
+
diff --git a/docs/index.html b/docs/index.html
index 2b96c0a0..71e96611 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,7 +3,7 @@
- fast_io - fast_io documentations
+ fast_io - fast_io documentations (Under Construction)
diff --git a/docs/style.css b/docs/style.css
index a63d8ee8..e278f88e 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -63,3 +63,19 @@ nav a {
.next-button:hover {
background-color: #004c99;
}
+
+.video-container {
+ position: relative;
+ width: 100%; /* take full width of text content area */
+ padding-bottom: 56.25%; /* 16:9 aspect ratio (height = 9/16 of width) */
+ height: 0;
+ overflow: hidden;
+}
+
+.video-container iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%; /* scale to container width */
+ height: 100%; /* scale height accordingly */
+}