.lmb-people-wrap{
	margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}
.lmb-people-wrap:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.lmb-people{}
.lmb-people-with-image{text-align: center;margin: 0px; margin: 40px; border: 1px solid #000;}
.lmb-people-no-image {width: 100%;}
.lmb-people-name{font-size:110%; margin-bottom: 5px;}
.lmb-people-title{font-size: 80%; margin-bottom: 5px;}
.lmb-people-image{width: 100%;height: auto;}
.lmb-people-email{min-width: 200px;font-size: 80%}

.lmb-two-people-wrap .lmb-people-with-image{width: calc(100% * (1/2) - 80px - 1px);}
.lmb-three-people-wrap .lmb-people-with-image{width: calc(100% * (1/3) - 80px - 1px);}
.lmb-four-people-wrap .lmb-people-with-image{width: calc(100% * (1/4) - 80px - 1px);}
.lmb-five-people-wrap .lmb-people-with-image{width: calc(100% * (1/5) - 80px - 1px);}
 
@media only screen and (max-width: 1200px) {
	.lmb-four-people-wrap .lmb-people-with-image,
	.lmb-five-people-wrap .lmb-people-with-image{width: calc(100% * (1/3) - 80px - 1px);}
}

@media only screen and (max-width: 1024px) {

	.lmb-two-people-wrap .lmb-people-with-image,
	.lmb-three-people-wrap .lmb-people-with-image,
	.lmb-four-people-wrap .lmb-people-with-image,
	.lmb-five-people-wrap .lmb-people-with-image{width: unset;}
}
