header .header-container .header-logo a {
  background: url(../../img/wl/fin/logo.jpg) center left no-repeat;
  background-size: 150px 60px;
  height: 80px;
  width: 100%;
  flex: 1 1 auto;
  color: transparent;
  margin-bottom: 0;
}
header .header-container .header-logo a img {
  display: none;
}
.header-logo a:after {
  display: none;
}

