diff --git a/app/static/css/partials/_film.scss b/app/static/css/partials/_film.scss index f5da2f0..128abb9 100755 --- a/app/static/css/partials/_film.scss +++ b/app/static/css/partials/_film.scss @@ -128,7 +128,10 @@ body { right: 0; z-index: -9999; height: 100vh; - width: auto; + width: 100vw; // just added + object-fit: fill; // just added + //height: 100vh; + //width: auto; margin: 0 auto; } }