... | ... |
@@ -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 |
|