diff --git a/bl-themes/kernel-panic/css/bludit.css b/bl-themes/kernel-panic/css/bludit.css index c73054bc..c4c04b66 100755 --- a/bl-themes/kernel-panic/css/bludit.css +++ b/bl-themes/kernel-panic/css/bludit.css @@ -113,3 +113,19 @@ div.plugin-pages li.parent h3 { div.plugin-pages ul.child { margin-left: 5px; } + +/* VIDEO EMBED RESPONSIVE */ + +.video-embed { + overflow:hidden; + padding-bottom: 56.25%; /* 16:9 */ + position:relative; + height:0; +} +.video-embed iframe{ + left:0; + top:0; + height:100%; + width:100%; + position:absolute; +} \ No newline at end of file