.leadership-container {
display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap
}
.leadership-team-item {
height:0px; 
  padding-top:33%;
  width: calc(100%/3 - 2rem) !important;
 
  margin:1rem 1rem !important;
  
  box-sizing: border-box;
  border-radius: 0px 0px 20px 0px !important;
  position: relavtive: !important;
  overflow:hidden;
  position: relative;
}

.meet-team-contact-info {
position: absolute;
  bottom:0em;
  padding:1em;
  left:0;
  width:100%;
  z-index: 2
}

.leadership-team-item:hover .meet-team-darkener {

  background-color: rgba(255,106,57,.6);

}

.meet-team-darkener {
width:100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position:absolute;
  top:0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
}

@media(max-width:1000px){

.leadership-team-item {
height:0px; 
  padding-top:50%;
  width: calc(100%/2 - 2rem) !important;
 

}
}

@media(max-width:767px){

.leadership-team-item {
height:0px; 
  padding-top:100%;
  width: calc(100%/1 - 2rem) !important;
 

}
}