diff --git a/src/components/sections/about/hero/hero.module.scss b/src/components/sections/about/hero/hero.module.scss index 4fd243f..deb1d3e 100644 --- a/src/components/sections/about/hero/hero.module.scss +++ b/src/components/sections/about/hero/hero.module.scss @@ -14,6 +14,10 @@ min-height: calc(var(--vh) * 100); .video_container { + @include respond-to('mobile') { + min-height: unset; + } + position: relative; align-self: center; width: 102%; diff --git a/src/components/sections/products/hero/hero.module.scss b/src/components/sections/products/hero/hero.module.scss index 8614c30..f08b0c5 100644 --- a/src/components/sections/products/hero/hero.module.scss +++ b/src/components/sections/products/hero/hero.module.scss @@ -23,6 +23,7 @@ .video_container { @include respond-to('mobile') { margin-top: unset; + min-height: unset; } align-self: center;