Browse code

Remote Progress

Benjamin Roth authored on15/12/2022 10:53:11
Showing2 changed files
1 1
new file mode 100644
2 2
Binary files /dev/null and b/files/pub/Videos/Start/AldeGott-Imagefilm-kurz.mp4 differ
... ...
@@ -924,6 +924,14 @@ $shadow-color: #fff;
924 924
       -webkit-box-sizing: border-box;
925 925
       -moz-box-sizing: border-box;
926 926
       box-sizing: border-box;
927
+
928
+      &.video_container > div {
929
+        position: absolute;
930
+        top: 0;
931
+        bottom: 0;
932
+        left: 0;
933
+        right: 0;
934
+      }
927 935
     }
928 936
   }
929 937