.team-teaser {
  position: relative;
  width: 100%;
  border-radius: 12px;
  padding: 25px;
  background: var(--e-global-color-3883668);
  aspect-ratio: 9/12;
  overflow: hidden;
}
.team-teaser-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team-teaser-image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.team-teaser-content {
  position: absolute;
  bottom: -77px;
  left: 0;
  padding: 50px 25px 25px;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7357536765)), color-stop(59%, rgba(0, 0, 0, 0.4556416317)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7357536765) 0%, rgba(0, 0, 0, 0.4556416317) 59%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-family: "Antonio";
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.team-teaser-content .elementor-button {
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.team-teaser:hover .team-teaser-content {
  bottom: 0;
}
.team-teaser-name {
  position: relative;
}
.team-teaser-name h4 {
  font-size: 26px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team-teaser-email {
  position: relative;
  color: #ffffff;
}
.team-teaser-overlay {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 80px 20px 20px 20px;
  overflow-y: auto;
  z-index: 999;
  display: none;
}
.team-teaser-overlay-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.team-teaser-overlay-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.team-teaser-overlay-content ul li::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--e-global-color-primary);
}
.team-teaser-overlay-inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: white;
  border-radius: 12px;
  padding: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.team-teaser-overlay-image {
  max-width: 150px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -40px;
  right: 30px;
}
@media (min-width: 520px) {
  .team-teaser-overlay-image {
    max-width: 200px;
  }
}
.team-teaser-overlay-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.team-teaser-overlay-head {
  font-family: "Antonio";
  margin-bottom: 40px;
}
@media (min-width: 520px) {
  .team-teaser-overlay-head {
    padding-right: 300px;
  }
}
.team-teaser-overlay-back {
  padding-bottom: 60px;
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 520px) {
  .team-teaser-overlay-back {
    padding-bottom: 0;
  }
}
.team-teaser-overlay-back:hover svg {
  fill: var(--e-global-color-primary);
}
.team-teaser-overlay-back svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.team-teaser-overlay-name {
  color: var(--e-global-color-primary);
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 400;
}