diff --git a/src/ui/nehubaContainer/splashScreen/splashScreen.style.css b/src/ui/nehubaContainer/splashScreen/splashScreen.style.css
index 532ad672c0b30e722f1f33563f447b496c80536d..23f295b2ea0e74248e2ac37b796d450b8215e034 100644
--- a/src/ui/nehubaContainer/splashScreen/splashScreen.style.css
+++ b/src/ui/nehubaContainer/splashScreen/splashScreen.style.css
@@ -1,13 +1,16 @@
 div[splashScreenContainer]
 {
+  height: 100%;
   display:flex;
-  flex-wrap: wrap;
-  justify-content: center;
+  flex-direction: column;
+  justify-content: flex-start;
+  align-items: center;
   overflow-y:auto;
 }
 
 div[splashScreenHeader] {
-  min-height: 100px;
+  min-height: 90px;
+  max-height: 100px;
   width: 100%;
   background-color: #EF5450;
   display: flex;
@@ -98,7 +101,7 @@ div[splashScreenTemplateBodyImage] {
 }
 
 @media screen and (max-width: 670px) {
-  span[splashScreenHeaderTitle] {
+  .splashScreenHeaderTitle {
     visibility: hidden;
   }
   div[splashScreenTemplate] {