.swagger-ui .topbar {
  display: none;
}

.title:before {
  content: '';
  height: 90px;
  left: 0;
  display: block;
  background: url(/logo.png) no-repeat;
  background-size: contain;
}
