.team-banner {
  position: relative;
  height: 641px;
  margin-top: 95px;
  overflow: hidden;
}
.team-banner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
	height: auto;
}

@media screen and (max-width: 1440px) {
  .team-banner {
    height: auto;
  }
  .team-banner img {
    position: relative;
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 1023px) {
  .team-banner {
    margin-top: 87px;
  }
}