/* Fix for all team member images */

/* Michael and Nathan - already fixed in team-image-fix-v3.css */

/* Ijonas Kisselbach - image cut off on sides */
.d .sie-research-and-development_2,
.m .sie-research-and-development_2 {
    overflow: hidden !important;
    border-radius: 50% !important;
}

.d .sie-research-and-development_2 .se-img,
.m .sie-research-and-development_2 .se-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

/* Gaby Garcia - image cut off on sides */
.d .sie-research-and-development-2_2,
.m .sie-research-and-development-2_2 {
    overflow: hidden !important;
    border-radius: 50% !important;
}

.d .sie-research-and-development-2_2 .se-img,
.m .sie-research-and-development-2_2 .se-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

/* Gen Ohta - image cut off on top and bottom */
.d .sie-research-and-development_33,
.m .sie-research-and-development_33 {
    overflow: hidden !important;
    border-radius: 50% !important;
}

.d .sie-research-and-development_33 .se-img,
.m .sie-research-and-development_33 .se-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

/* Jenish Mehta - now has image */
.d .sie-research-and-development_37,
.m .sie-research-and-development_37 {
    overflow: hidden !important;
    border-radius: 50% !important;
}

.d .sie-research-and-development_37 .se-img,
.m .sie-research-and-development_37 .se-img {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-image: url('../images/jenish.jpg') !important;
}

/* Joseph Cachaldora - now has image */
.d .sie-research-and-development-1_22,
.m .sie-research-and-development-1_22 {
    overflow: hidden !important;
    border-radius: 50% !important;
}

.d .sie-research-and-development-1_22 .se-img,
.m .sie-research-and-development-1_22 .se-img {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Pythagorean Cultist - make circle transparent to see image */
.d .sie-research-and-development-1_11,
.m .sie-research-and-development-1_11 {
    overflow: hidden !important;
    border-radius: 50% !important;
    background-color: transparent !important;
}

/* Pierre-Olivier Weill - ensure correct display */
.d .sie-research-and-development-1_2,
.m .sie-research-and-development-1_2 {
    overflow: hidden !important;
    border-radius: 50% !important;
}

.d .sie-research-and-development-1_2 .se-img,
.m .sie-research-and-development-1_2 .se-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

/* Spencer Gordon - ensure correct display */
.d .sie-research-and-development_12,
.m .sie-research-and-development_12 {
    overflow: hidden !important;
    border-radius: 50% !important;
}

.d .sie-research-and-development_12 .se-img,
.m .sie-research-and-development_12 .se-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

/* Marco De Nichilo - ensure correct display */
.d .sie-research-and-development_25,
.m .sie-research-and-development_25 {
    overflow: hidden !important;
    border-radius: 50% !important;
}

.d .sie-research-and-development_25 .se-img,
.m .sie-research-and-development_25 .se-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}