diff --git a/_layouts/about.html b/_layouts/about.html
index 048cdb63cf4b..4f7d8095fa67 100644
--- a/_layouts/about.html
+++ b/_layouts/about.html
@@ -18,9 +18,9 @@
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
{% if page.profile.image_cicular %}
- {%- assign profile_image_class = "img-fluid z-dept-1 rounded-circle" -%}
+ {%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
{% else %}
- {%- assign profile_image_class = "img-fluid z-dept-1 rounded" -%}
+ {%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
{% endif %}
{% include figure.html