diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index e2530c753..b25a4dea0 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -73,3 +73,11 @@ body > .container { width: 95% !important; max-width: 95% !important; } + +@media (max-width: 900px) { + #orgy-file-container > lite-youtube { + height: 100% !important; + width: 100% !important; + max-width: 100% !important; + } +}