diff --git a/web/components/video/OwncastPlayer/OwncastPlayer.module.scss b/web/components/video/OwncastPlayer/OwncastPlayer.module.scss index d34628eed..0e3cd3fc5 100644 --- a/web/components/video/OwncastPlayer/OwncastPlayer.module.scss +++ b/web/components/video/OwncastPlayer/OwncastPlayer.module.scss @@ -4,9 +4,14 @@ display: grid; width: 100%; justify-items: center; - max-height: 75vh; + height: 75vh; aspect-ratio: 16 / 9; + @media (max-width: 1200px) { + height: unset; + max-height: 75vh; + } + .player, .poster { width: 100%;