.footer-brand {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0;
}

.footer-brand__image {
  display: block;
  width: 120px;
  max-width: 100%;
  height: auto;
}

.footer > .footer-brand {
  margin-bottom: 18px;
}

.footer .shell > .footer-brand {
  margin-bottom: 18px;
}

@media (max-width: 680px) {
  .footer-brand__image {
    width: 105px;
  }

  .site-footer .footer-brand,
  .project-footer .footer-brand {
    margin-bottom: 20px;
  }
}
