.home-reference-loop .home-reference-logo {
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  width: var(--reference-logo-slot);
  height: 2rem;
  display: flex;
}

.home-reference-loop .home-reference-logo__image {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: var(--reference-logo-height);
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .home-reference-loop .loop_logos {
    visibility: visible !important;
    transform: none !important;
  }
}
/* GleamyAI first-party section styles. */
