.team-wrapper{width:100%;background:#fff;padding:40px 0px}.team-container{max-width:1100px;margin:40px auto 0 auto;display:flex;flex-wrap:wrap}.team-member{position:relative;padding:0;box-sizing:border-box;flex-basis:24%;margin:0 .5% 20px;display:flex;justify-content:flex-end;flex-direction:column}.team-member img{width:100%;height:330px}.bottom-overlay{flex:1;background:#222;opacity:.75;position:absolute;width:100%;padding:0 10px;-webkit-transition:.5s ease;transition:.5s ease}.bottom-overlay h3{margin:10px 0 5px}.bottom-overlay h4{margin:0px 0 10px}.team-member:hover .bottom-overlay{opacity:1}@media screen and (max-width:900px){.team-container{justify-content:space-between}.team-member{flex-basis:47%;margin:0 auto 20px}.team-member img{width:100%;height:auto;max-height:360px}}@media screen and (max-width:600px){.team-member{flex-basis:98%}.team-member img{width:100%;height:auto;max-height:none}}