/* Make the header logo circular */
.md-header__button.md-logo img {
  border-radius: 50%;
  object-fit: cover;
}
