.team-current-style7 {
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
}
.team-current-style7 .team-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-style7 .team-thumb {
    transition: none;
  }
}
.team-current-style7 .team-thumb img {
  transition: all 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-style7 .team-thumb img {
    transition: none;
  }
}
.team-current-style7 .team-thumb .team-social {
  position: absolute;
  top: 0;
  left: 20px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(50px);
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-style7 .team-thumb .team-social {
    transition: none;
  }
}
.team-current-style7 .team-thumb .team-social ul li {
  display: inherit;
}
.team-current-style7 .team-thumb .team-social ul li a {
  color: #fff;
}
.team-current-style7 .team-thumb .team-social ul li a:hover {
  color: var(--headings-color);
  background-color: var(--theme-color1);
}
.team-current-style7 .team-thumb:after {
  content: "";
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.team-current-style7 .team-thumb:before {
  content: "";
  background: linear-gradient(0deg, #1c202d, rgba(43, 43, 48, 0.0588235294));
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
  transition: all 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-style7 .team-thumb:before {
    transition: none;
  }
}
.team-current-style7 .team-content {
  text-align: center;
  padding: 10px 30px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 1;
}
.team-current-style7 .team-content .team-information .staff-content .name {
  margin-bottom: 0;
  color: #fff;
}
.team-current-style7 .team-content .team-information .staff-content .name a:hover {
  color: #fff;
}
.team-current-style7 .team-content .team-information .staff-content .speciality {
  color: var(--theme-color1);
}
.team-current-style7:hover .team-thumb img {
  transform: scale(1.1) rotate(2deg);
}
.team-current-style7:hover .team-thumb .team-social {
  opacity: 1;
  transform: translateY(30px);
}
.team-current-style7:hover .team-thumb:before {
  height: 100%;
}
.team-current-style7:hover .team-content .name, .team-current-style7:hover .team-content .speciality {
  color: #fff;
}