diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index 6f257dbab490c4ff0ffe553841092f41dd22ff86..88c052b84055f827ac8503b43cdca3a50f333218 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -584,19 +584,6 @@ table.collapse.in {
 //// Source-id branding (WISO etc)
 .branding {
   display: none;
-
-  &.SID48 {
-    // #14061 adapt the path to get the wiso logo for sub-instances
-    background: url('../../finc/images/wiso-transparent-70x20.png') 0 0 no-repeat;
-    display: inline-block;
-    font-size: 100%; // important to render width and height correctly
-    height: em(20px);
-    margin-left: .2em;
-    //margin-top: ($grid-gutter-width / 8);
-    margin-top: 0;
-    vertical-align: middle;
-    width: em(70px);
-  }
 }
 
 //// Source-id branding (WISO etc) - END