.wordmark {
  align-items: center;
  background-image: url('/brand/micro-bone.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.1rem auto;
  display: inline-flex;
  min-height: 2.75rem;
  padding-left: 1.65rem;
}

@media (max-width: 380px) {
  .wordmark {
    background-size: 1rem auto;
    padding-left: 1.45rem;
  }
}
