.jaw-site-name {
  display: inline-flex !important;
  align-items: center;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px;
  background: url('/sites/default/files/jaw-_logo.png') no-repeat left center;
  background-size: contain;
  width: 200px;
  height: 50px;
  min-width: 150px;
}

/* Mobile: slightly smaller */
@media (max-width: 768px) {
  .jaw-site-name {
    width: 150px;
    height: 38px;
  }
}