diff --git a/assets/themes/lab/css/style.scss b/assets/themes/lab/css/style.scss
index 9312bca1..22c471f0 100755
--- a/assets/themes/lab/css/style.scss
+++ b/assets/themes/lab/css/style.scss
@@ -169,14 +169,18 @@ a.off {
}
.big-member-photo {
- height: 400px;
- width: 267;
- // max-width: 300px;
+ border-radius: 50%;
+ width: 250px;
+ height:auto;
+ padding:1px;
+ border:1px solid #021a40;
}
.member-photo {
- height: 150px;
- width: 100px;
+ width: 175px;
+ height:175px;
+ border:1px solid #021a40;
+ border-radius: 50%;
}
.member-name {
diff --git a/team/index.html b/team/index.html
index cc5782ff..be321522 100644
--- a/team/index.html
+++ b/team/index.html
@@ -40,7 +40,7 @@