diff --git a/public/page/about/AboutPage.jsx b/public/page/about/AboutPage.jsx index 1e95c47..cf32cdc 100644 --- a/public/page/about/AboutPage.jsx +++ b/public/page/about/AboutPage.jsx @@ -54,14 +54,18 @@ const AboutPage = (props) => { - Right Side + diff --git a/public/styles/objects/_video.scss b/public/styles/objects/_video.scss index 6a86507..c484f07 100644 --- a/public/styles/objects/_video.scss +++ b/public/styles/objects/_video.scss @@ -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; diff --git a/public/videos/bunny/big_buck_bunny.jpg b/public/videos/bunny/big_buck_bunny.jpg new file mode 100644 index 0000000..3cd6550 Binary files /dev/null and b/public/videos/bunny/big_buck_bunny.jpg differ diff --git a/public/videos/bunny/big_buck_bunny.mp4 b/public/videos/bunny/big_buck_bunny.mp4 new file mode 100644 index 0000000..81d11df Binary files /dev/null and b/public/videos/bunny/big_buck_bunny.mp4 differ diff --git a/public/videos/bunny/big_buck_bunny.webm b/public/videos/bunny/big_buck_bunny.webm new file mode 100644 index 0000000..42e2130 Binary files /dev/null and b/public/videos/bunny/big_buck_bunny.webm differ