.team-current-theme5 {
  position: relative;
  margin-bottom: 45px;
  transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 {
    transition: none;
  }
}
.team-current-theme5 .team-thumb {
  overflow: hidden;
}
.team-current-theme5 .team-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .team-thumb img {
    transition: none;
  }
}
.team-current-theme5 .team-content {
  background-color: #fff;
  box-shadow: 0 0 20px 5px rgba(51, 51, 51, 0.0509803922);
  padding: 20px;
  position: relative;
  width: 90%;
  margin: -45px 0;
  transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .team-content {
    transition: none;
  }
}
.team-current-theme5 .team-content .team-information .speciality {
  color: var(--theme-color2);
  font-size: var(--section-title-subtitle-font-size);
  text-transform: uppercase;
}
.team-current-theme5 .team-content .team-information .name {
  margin-bottom: 0;
  margin-top: 0;
  color: var(--theme-color1);
}
.team-current-theme5 .team-content .share-option {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
}
.team-current-theme5 .team-content .share-option:hover .team-social .styled-icons {
  transform: scaleY(1);
}
.team-current-theme5 .team-content .share-option .share-link {
  position: absolute;
  top: -20px;
  right: 0;
  background: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .team-content .share-option .share-link {
    transition: none;
  }
}
.team-current-theme5 .team-content .share-option .team-social .styled-icons {
  position: absolute;
  bottom: 20px;
  right: 0;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .team-content .share-option .team-social .styled-icons {
    transition: none;
  }
}
.team-current-theme5 .team-content .share-option .team-social .styled-icons.icon-team-list li {
  display: block;
  margin: 0;
}
.team-current-theme5 .team-content .share-option .team-social .styled-icons.icon-team-list li a {
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 14px;
  transition: all 300ms ease-in-out 0s;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .team-content .share-option .team-social .styled-icons.icon-team-list li a {
    transition: none;
  }
}
.team-current-theme5 .team-content .share-option .team-social .styled-icons.icon-team-list li a:hover {
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.team-current-theme5:hover .team-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}