.site-branding {
  display: flex;
  justify-content: center;
  padding: 0;
  width: var(--size-width, 10rem);
  z-index: 1;
  height: 5rem;
}
@media (min-width: 992px) {
  .site-branding {
    width: 11.25rem;
    max-width: 18.75rem;
    height: -moz-max-content;
    height: max-content;
  }
}
.site-branding a {
  display: flex;
  justify-content: center;
}
.site-branding img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 82px;
}

#block-psi-site-branding:hover {
  border-bottom: #2c9199 solid 4px;
  margin-bottom: -4px;
}