diff --git a/config.yaml b/config.yaml
index 2ad9734753025791798fc77274d65e3b49044d0d..4e60532924786b5b3a99d0576824e682218b48c5 100644
--- a/config.yaml
+++ b/config.yaml
@@ -16,4 +16,4 @@ params:
       disabled: true
   logo:
     header: "/assets/images/logo.svg"
-    footer: "/assets/images/logo.svg"
\ No newline at end of file
+    footer: "/assets/images/logo.svg"
diff --git a/layouts/partials/categories/hero-term.html b/layouts/partials/categories/hero-term.html
index 0a48273d269ebe615febe47fa9fec8999ef76c53..3454341cfbf2cdff26319d8e3d29f12bbfe4600f 100644
--- a/layouts/partials/categories/hero-term.html
+++ b/layouts/partials/categories/hero-term.html
@@ -1,5 +1,6 @@
 {{- partial "header/hero.html"
       (dict
         "title" .Title
+        "image" .Params.image
         "context" .
       ) -}}
diff --git a/layouts/partials/persons/hero-single.html b/layouts/partials/persons/hero-single.html
index 059d3e3d33d890fca775db786af6b12624d05784..847d4dc931a66028043d8323671e0f7454538a27 100644
--- a/layouts/partials/persons/hero-single.html
+++ b/layouts/partials/persons/hero-single.html
@@ -11,7 +11,7 @@
                   "class"    "img-fluid"
                   "mobile"   "202x202"
                   "tablet"   "192x192"
-                  "desktop"  "400x400"
+                  "desktop"  "415x415"
                 )}}
         </div>
       {{ end }}