/*
 * Fallback if Tailwind is not rebuilt: keep the institute logo small.

 */

.org-logo {
  height: 2.5rem;
  width: 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
  object-fit: contain;
  display: block;
}

.org-logo-lg {
  height: 4.5rem;
  width: 4.5rem;
  max-height: 4.5rem;
  max-width: 4.5rem;
  object-fit: contain;
  display: block;
}
