@charset "UTF-8";

.topbar-wrapper a.link svg {
  display: none;
}

.topbar-wrapper a.link {
  background-image: url('logo-brio.svg');
  background-repeat: no-repeat;  
  background-size: contain;
  height: 40px;
  display: inline-block;
}
