diff --git a/src/components/sections/about/team/team.module.scss b/src/components/sections/about/team/team.module.scss index 259e672..c780461 100644 --- a/src/components/sections/about/team/team.module.scss +++ b/src/components/sections/about/team/team.module.scss @@ -145,7 +145,13 @@ border-radius: tovw(5px, 'default', 5px); overflow: hidden; - aspect-ratio: 1 /1; + aspect-ratio: 1 / 1; + + @supports not (aspect-ratio: 1 / 1) { + width: tovw(194px, 'default', 80px); + height: tovw(194px, 'default', 80px); + } + object-fit: cover; }