/* Footer and navigation logos must preserve the source artwork's aspect ratio. */
img[src$="wrexham-media-logo.png"] {
  height: auto !important;
  max-height: none;
  object-fit: contain;
}
