.brand-logo {
  display: block;
  width: 252px;
  height: auto;
  max-width: 100%;
}

.site-footer .brand {
  min-width: 0;
}

.site-footer .brand-logo {
  width: 265px;
}

@media (max-width: 760px) {
  .brand-logo {
    width: 205px;
  }

  .site-footer .brand-logo {
    width: 245px;
  }
}
