.brand-lockup {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.brand-lockup img {
  display: block;
  width: 190px;
  height: auto;
}

.brand-lockup--footer img {
  width: 212px;
}

.brand-lockup--compact img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-lockup--light img {
  width: 190px;
}

@media (max-width: 560px) {
  .brand-lockup img,
  .brand-lockup--light img {
    width: 164px;
  }

  .brand-lockup--footer img {
    width: 190px;
  }
}
