diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css
index b559b11880d7830c6f58b1e50c01b2706965fd61..1f459114aa335bc622017fdac3005af6bfc19949 100644
--- a/apps/routerconsole/jsp/themes/console/light/console.css
+++ b/apps/routerconsole/jsp/themes/console/light/console.css
@@ -4887,13 +4887,14 @@ img.wizard.progress {
 }
 
 .wizardimg {
-    max-width: 50%;
+    max-width: 75%;
     max-height: 100%;
     margin: auto;
+    top: 0;
+    z-index: 0;
+    position: absolute;
+    right: 0%;
     mix-blend-mode: multiply;
-    margin-left: 40%;
-    margin-top: -10%;
-    position: relative;
 }
 
 .langselect:hover {