diff --git a/habitat/index.html b/habitat/index.html index a17fd48..11ef385 100644 --- a/habitat/index.html +++ b/habitat/index.html @@ -18,12 +18,12 @@ .fullscreen-image { position: fixed; overflow: hidden; - top: 50%; - left: 50%; + top: 100%; + left: 100%; min-width: 100%; min-height: 100%; - width: auto; - height: auto; + width: 100%; + height: 100%; transform: translateX(-50%) translateY(-50%); z-index: -10; }