diff --git a/resources/assets/stylesheets/scss/avatar.scss b/resources/assets/stylesheets/scss/avatar.scss
index e71e1995d68b3f75f6735d901c1c2b4011f1418a..717c6b864ff060b0a82938ebca5469c0dc3bcd58 100644
--- a/resources/assets/stylesheets/scss/avatar.scss
+++ b/resources/assets/stylesheets/scss/avatar.scss
@@ -62,13 +62,15 @@ div.avatar-widget {
     height: $avatar-normal;
 }
 
-.course-avatar-small {
+.course-avatar-small,
+.institute-avatar-small {
     vertical-align: middle;
     max-width: 25px;
     height: 25px;
 }
 
-.course-avatar-medium {
+.course-avatar-medium,
+.institute-avatar-medium {
     max-width: 180px;
     height: 60px;
 }
@@ -88,7 +90,6 @@ div.avatar-widget {
     width: 60px;
 }
 
-
 #custom_avatar label {
     display: block;
     font-weight: bold;
diff --git a/resources/assets/stylesheets/scss/sidebar.scss b/resources/assets/stylesheets/scss/sidebar.scss
index fd885af8a9cbb52d4657d19eef4afcf055d731f5..6cdb369222235e041ecafd7423f7b0d605bc4470 100644
--- a/resources/assets/stylesheets/scss/sidebar.scss
+++ b/resources/assets/stylesheets/scss/sidebar.scss
@@ -78,7 +78,7 @@
     }
 
     .course-avatar-medium,
-    .stream-avatar-medium,
+    .institute-avatar-medium,
     .avatar-medium {
         max-width: 60px;
         height: 60px;