.swagger-ui .topbar-wrapper .link img {
  background: url(/images/logo/logo-full.svg) no-repeat;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 192px; /* Width of new image */
  height: 48px; /* Height of new image */
  background-size: contain;
  padding-left: 192px; /* Equal to width of new image */
 }
