diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index f5b2a70dbb3d5ce07155dcf99736ea3b0169f448..4448ae529d9af663708a3418ef596eefbcb50269 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -513,19 +513,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