diff --git a/PyBay/content/contents.lr b/PyBay/content/contents.lr
index 776e3cf..b4286eb 100644
--- a/PyBay/content/contents.lr
+++ b/PyBay/content/contents.lr
@@ -16,7 +16,21 @@ center_image:
text:
-
Featuring
+
+ Featuring
+
+
+
+
+
+
----
diff --git a/PyBay/webpack/scss/main.scss b/PyBay/webpack/scss/main.scss
index ab04330..b22c3a7 100644
--- a/PyBay/webpack/scss/main.scss
+++ b/PyBay/webpack/scss/main.scss
@@ -1132,4 +1132,17 @@ header.navbar-custom {
}
}
+.video-wrapper video {
+ display: block;
+ width: 100%;
+ height: auto;
+ border-bottom-right-radius: 10px;
+ border-bottom-left-radius: 10px;
+
+ /* Fade out bottom with mask-image */
+ -webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%);
+ mask-image: linear-gradient(to top, transparent 0%, black 20%);
+}
+
+
// background-image: url(../images/waves.png), ;
\ No newline at end of file