diff --git a/scipost/static/scipost/assets/css/_homepage.scss b/scipost/static/scipost/assets/css/_homepage.scss
index e2a54ec1866165e28440482df86787f31e9619ae..e3ef3e8f07570b317b56029b0c3d5dee54951f4d 100644
--- a/scipost/static/scipost/assets/css/_homepage.scss
+++ b/scipost/static/scipost/assets/css/_homepage.scss
@@ -47,6 +47,7 @@
 
         img {
             max-height: 100px !important;
+            width: auto !important;
         }
     }
 }
diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index 997c0860490d09d1c0b50e541e8454dd8854bd05..1bcfc115cbae7805a462fd0333f4192069806cbc 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -182,8 +182,7 @@
                     <ul id="fader">
                         {% for agreement in current_agreements %}
                             {% if agreement.partner.institution.logo %}
-                            <li class="item"><img class="rounded" src="{{ agreement.partner.institution.logo.url }}" alt="Partner Logo"></li>
-                                {# <div class="item"><img class="rounded" src="{{ agreement.partner.institution.logo.url }}" alt="Partner Logo"></div> #}
+                                <li class="item"><img height="100" class="rounded" src="{{ agreement.partner.institution.logo.url }}" alt="Partner Logo"></li>
                             {% endif %}
                         {% endfor %}
                     </ul>