/* Force consistent logo size across the site */
img[src*="/includefiles/ea-themes/2019/images/ea-new-logo.webp"]{
  height:75px;           /* native height */
  width:auto;
  max-height:none;       /* beat any .navbar-brand img max-height */
  max-width:none;        /* ignore .img-fluid if it's constraining */
}

/* Optional: slightly smaller on narrow screens */
@media (max-width: 575.98px){
  img[src*="/includefiles/ea-themes/2019/images/ea-new-logo.webp"]{
    height:64px;
  }
}
