diff --git a/static/src/css/pylote.css b/static/src/css/pylote.css
index 771c4853e490c356c20a4598a28a02d6c51a7234..ba1dc977599ecdbb97e17e64aa62c35c585f2c6d 100644
--- a/static/src/css/pylote.css
+++ b/static/src/css/pylote.css
@@ -696,7 +696,7 @@ form label{
 }
 
 .banner-cleaner-second{
-	background-size: auto;
+	/*background-size: auto;*/
 	/*background-image: url("/pylote_website/static/src/img/banner-cleaner-second.png");*/
 	background-image: url("/pylote_website/static/src/img/banner-cleaner-second.jpg");
 }
diff --git a/static/src/js/script_to_top.js b/static/src/js/script_to_top.js
index e7b291763f48b62b23bd93b72f2996153aec041d..285d928c40974d6b003a84c2ff0e97a642a38367 100644
--- a/static/src/js/script_to_top.js
+++ b/static/src/js/script_to_top.js
@@ -8,6 +8,7 @@ odoo.define('pylote_website.scroll_totop', function (require) {
         // var ms = new MenuSpy(elm, {
         // });
 
+
         $( '#button-open-menu' ).on( 'click', function () {
             if($("#logo-mobile").hasClass("o_show")) {
                     $("#logo-mobile").removeClass('o_show');