.project-brand,
.family-brand {
  width: 142px;
  height: 44px;
  display: inline-block;
  flex: 0 0 142px;
  background: url('/brand/skiplett-logo-light-transparent-960x320.png') left center / contain no-repeat;
  font-size: 0 !important;
  line-height: 0;
}

.project-brand > *,
.family-brand > * {
  display: none !important;
}

@media (max-width: 520px) {
  .project-brand,
  .family-brand {
    width: 126px;
    height: 40px;
    flex-basis: 126px;
  }
}
