/* Keep the logo's dimensions fixed while its animation loads. */
.logo-animation > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
