diff --git a/assets/sass/_theme/blocks/organization_chart.sass b/assets/sass/_theme/blocks/organization_chart.sass
index 6b2aea8528c2b55a068672942e3602b44143807e..46a5f3bfb105d3be7ca097e185c8ce26a68fc365 100644
--- a/assets/sass/_theme/blocks/organization_chart.sass
+++ b/assets/sass/_theme/blocks/organization_chart.sass
@@ -10,7 +10,6 @@
         article
             flex-direction: row
             .avatar
-                flex-shrink: 0
                 margin-right: $spacing1
                 width: calc(#{col(1, 4)} + #{$grid-gutter})
             .description
diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index ab64f87d03358010f2cc029ff9dfee214cb3ae9a..4ef908d75f8395964c1e48464a3e5fc3060bf07a 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -28,9 +28,11 @@
     @include article
     word-break: break-word
     .avatar
-        margin-bottom: $spacing1
+        align-self: start
+        flex-shrink: 0
         order: -1
-        width: px2rem(76)
+        margin-bottom: $spacing1
+
     .name
         @include h4
         a