prevent regression #295

This commit is contained in:
btzr-io 2017-08-09 09:28:54 -06:00
parent 88f6f985e2
commit 4f2039368b

View file

@ -21,6 +21,9 @@ video {
video { video {
height: 100%; height: 100%;
width: 100%; width: 100%;
position: absolute;
top: 0;
left: 0;
} }
&.video--hidden { &.video--hidden {
height: $height-video-embedded; height: $height-video-embedded;