diff --git a/BrowserAssets/UI/css/window.css b/BrowserAssets/UI/css/window.css
index 1ccac3b8e06b9705d6dcb58a9042f360dc9cf426..51ad99e61a453c48f79eca1d82af3913dfa38723 100644
--- a/BrowserAssets/UI/css/window.css
+++ b/BrowserAssets/UI/css/window.css
@@ -118,14 +118,14 @@
 .window .content .horizontalContainer{
     display: flex;
     flex-direction: row;
-    flex-wrap: wrap;
+    /* flex-wrap: wrap; */
     justify-content: space-between;
     align-items: center;
     margin: 0;
 }
 
 .window .content .presentationImage {
-    width: 30%;
+    width: 80%;
     height: 100%;
     background-size: cover;
     background-position: center;