diff options
| -rw-r--r-- | css/style-unminified.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/css/style-unminified.css b/css/style-unminified.css index 3ac2102..0711ed7 100644 --- a/css/style-unminified.css +++ b/css/style-unminified.css @@ -134,18 +134,16 @@ button { text-align: center; } -.responsive-video { +video { max-width: 100%; max-height: 100%; height: auto; } .video { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; + max-width: 100%; + max-height: 100%; + height: auto; } ul.no-bullets { |
