summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/sticky-footer.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/sticky-footer.css b/static/css/sticky-footer.css
index ea445db..3e7ae2b 100644
--- a/static/css/sticky-footer.css
+++ b/static/css/sticky-footer.css
@@ -83,4 +83,21 @@
left: 0;
background-color: #efefef;
text-align: center;
+}
+
+/* video-thumbnail over image */
+#play-btn
+{
+ position: absolute;
+ top: 40%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ -ms-transform: translate(-50%, -50%);
+ background-color: #555;
+ color: white;
+ font-size: 16px;
+ padding: 10px 20px;
+ border: none;
+ cursor: pointer;
+ border-radius: 5px;
} \ No newline at end of file