diff --git a/_sass/custom/staffer.scss b/_sass/custom/staffer.scss
index 84cd96b711dd84eb9130dff29a7b57bc178aa4be..0d0cc2d3d56d5bea3619e337f2d03cb063207fcd 100644
--- a/_sass/custom/staffer.scss
+++ b/_sass/custom/staffer.scss
@@ -1,20 +1,12 @@
 .role {
-  display: flex;
-  flex-wrap: wrap;
-  margin-bottom: $sp-5;
 }
 
 .staffer {
   display: flex;
-  flex-basis: 100%;
   padding: $sp-4;
 
-  @include mq(sm) {
-    flex-basis: 50%;
-  }
-
   p {
-    @extend .staffer-name, .fs-3;
+    @extend .staffer-name;
   }
 }
 
diff --git a/_sass/custom/variables.scss b/_sass/custom/variables.scss
index c04c26765e5d5759af502d47764b3660a15dfe6a..e27620df948ec19557ca8a56fa6f5793bbabe7e9 100644
--- a/_sass/custom/variables.scss
+++ b/_sass/custom/variables.scss
@@ -14,4 +14,4 @@ $content-width: 784px;
 // Components
 $box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
 $module-date-color: $link-color;
-$staffer-image-size: 80px;
+$staffer-image-size: 100px;