.team-post-item-2 {
  transition: all 0.3s;
}

.team-post-item-2 {
  position: relative;
  height: 300px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}
.team-post-item-2 .wp-post-image, .team-post-item-2 .team-image {
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
}
.team-post-item-2 .info-box {
  position: absolute;
  padding: 12px;
  right: 10px;
  left: 10px;
  bottom: -100px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.team-post-item-2 .info-box .member-name {
  display: block;
  font-size: 14px;
  color: var(--ae-color-dark-high);
}
.team-post-item-2 .info-box .member-position {
  display: block;
  font-size: 12px;
  color: var(--ae-color-dark-high);
}
.team-post-item-2:hover .info-box {
  bottom: 10px;
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=team-slider-2.css.map */
