Imágenes de logotipos de categorías ampliadas

Hello. We’ve been trying to add some logo images to our categories, unfortunately they appear larger than our original files.

We found some other discussions about this issue and the following css code:

.category-list .category-logo.aspect-image {
    max-width: 60px;
}

Here’s the result:

It kinda fixed the issue, but once you go to that category, it’s appears big again.

Any ideas how to fix this?

Si aún lo necesitas, aquí está el CSS para el logotipo en la página de categoría:

.category-heading .category-logo.aspect-image {
    max-width: 60px;
}