Testing video, made block to fix margin issue

This commit is contained in:
2018-06-08 07:56:06 +10:00
parent 1c4f9435b1
commit 87a1cf71d8
5 changed files with 8 additions and 3 deletions

View File

@ -28,6 +28,7 @@ $o-video__loader-z: 2;
&__video {
width: 100%;
display: block;
position: relative;//Needed by some browser to allow the Z-Index to apply
z-index: $o-video__video-z;