.editorial-storefront .brand-logo-image {
  width: 238px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
}

.editorial-storefront .footer-brand-logo {
  width: min(210px, 100%);
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.pc-logo img {
  width: 230px;
  height: 74px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 760px) {
  .editorial-storefront .brand-logo-image {
    width: 176px;
    height: 48px;
  }

  .editorial-storefront .footer-brand-logo {
    width: 170px;
  }

  .pc-logo img {
    width: 178px;
    height: 56px;
  }
}
