Merge "Resizing use case images" into staging
diff --git a/Jenkinsfile b/Jenkinsfile
index b9517ce..110ff49 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@
         }
       }
       steps {
-        sh 'cp -Rvf hugo/public/* www/'
+        sh 'rm -rf www/* && cp -Rvf hugo/public/* www/'
         dir('www') {
             sshagent(['git.eclipse.org-bot-ssh']) {
                 sh '''
@@ -108,4 +108,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}
diff --git a/static/css/style.blue.css b/static/css/style.blue.css
index faf9d5c..08b619c 100755
--- a/static/css/style.blue.css
+++ b/static/css/style.blue.css
@@ -1148,7 +1148,7 @@
 }
 .home-carousel {
   position: relative;
-  background: url('../img/BackgroundImg.png') center center repeat;
+  /*background: url('../img/BackgroundImg.png') center center repeat;*/
   background-size: cover;
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;