diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index b119e8ee2e191cdf051ac83c941af02bbb9b553a..b28c453fa5f11fff7e75b73a4d0fe77f6fee735d 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -431,3 +431,22 @@ dd { .fundraiser-top-text em { font-size: 120%; } + +/* These vido controls are based on the fact that our videos often appear on +** the blog summary areas, which are in a div with class column, and in the +** main blog, which is in the body with class conservancy-blog +*/ + +div.column video { + float: right; + height:auto !important; + width:25% !important; + max-width:50%; +} + +body.conservancy-blog video { + float: right; + height:auto !important; + width:50% !important; + max-width:75%; +}