Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_elements.sass')
-rwxr-xr-xassets/sass/_elements.sass23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/sass/_elements.sass b/assets/sass/_elements.sass
index 937f293..406007d 100755
--- a/assets/sass/_elements.sass
+++ b/assets/sass/_elements.sass
@@ -136,3 +136,26 @@ article
width: 100%
object-fit: cover
opacity: 1
+
+.video
+ position: fixed
+ z-index: -1
+
+#overlay
+ position: fixed
+ height: 100%
+ width: 100%
+ top: 0
+ left: 0
+ background: rgba(0,0,0, 0.4)
+ z-index: -1
+
+@media (min-aspect-ratio: 16/9)
+ .video
+ width: 100%
+ height: auto
+
+@media (max-aspect-ratio: 16/9)
+ .video
+ width: auto
+ height: 100%