.hero-logo {
  position: absolute;
  top: 25px;
  width: min(440px, 90%);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  z-index: 1;
}

.brand-mark {
  overflow: hidden;
  padding: 0;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
