/* Official Ovotus public-page identity. */
.public-info-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 98px;
  max-width: 98px;
  height: 36px;
  flex: 0 0 98px;
  text-decoration: none;
}
.public-info-brand img.brand-wordmark {
  display: block;
  width: 94px;
  height: auto;
  max-height: 35px;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 720px) {
  .public-info-brand { width: 84px; max-width: 84px; height: 36px; flex-basis: 84px; }
  .public-info-brand img.brand-wordmark { width: 80px; max-height: 32px; }
}
