diff --git a/pwnagotchi/ui/web/static/css/style.css b/pwnagotchi/ui/web/static/css/style.css
index f723704..8661065 100644
--- a/pwnagotchi/ui/web/static/css/style.css
+++ b/pwnagotchi/ui/web/static/css/style.css
@@ -42,7 +42,7 @@ form {
     max-width: 100vw;
     height: 100%;
     object-fit: contain;
-    object-position: 0 0;
+    object-position: 50% 0;
 }
 
 .buttons-wrapper {
@@ -65,4 +65,4 @@ div.status {
     top: 0;
     left: 0;
     width: 100%;
-}
\ No newline at end of file
+}