From ac93e175bf14aa80f2d72d3a4c5d12724b37b2a8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 22 Dec 2015 09:21:34 -0800 Subject: [PATCH] Fix video aspect ratio --- sass/custom/_paulus.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index fa26f21177d..6dd4bce605f 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -392,9 +392,9 @@ p.note { .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ - padding-top: 25px; height: 0; margin-bottom: 25px; + background: #000; iframe { position: absolute;