diff --git a/src/components/sections/404/hero/hero.module.scss b/src/components/sections/404/hero/hero.module.scss index b432162..b68e5e9 100644 --- a/src/components/sections/404/hero/hero.module.scss +++ b/src/components/sections/404/hero/hero.module.scss @@ -13,8 +13,8 @@ height: calc(var(--vh) * 100); text-align: center; - *:not(.gradient) { - z-index: 1; + *:not(.gradient, .video) { + z-index: 2; } @media screen and (max-width: 800px) {