.gsf-our-team {
  position: relative;
}
.gsf-our-team img {
  width: 100%;
}
.gsf-our-team .ourteam-thumb {
  position: relative;
  overflow: hidden;
}
.gsf-our-team .ourteam-thumb a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gsf-our-team .ourteam-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.gsf-our-team .ourteam-thumb .ourteam-thumb-inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gsf-our-team .ourteam-content {
  padding-top: 17px;
  padding-bottom: 21px;
}
.gsf-our-team .ourteam-content .ourteam-name {
  margin-top: 0;
  margin-bottom: 3px;
}
.gsf-our-team .ourteam-content .ourteam-name a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gsf-our-team .ourteam-content .ourteam-position {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gsf-our-team .ourteam-content .ourteam-socials {
  position: absolute;
  left: 50%;
  bottom: 21px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  -o-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  opacity: 0;
  visibility: hidden;
}
.gsf-our-team .ourteam-content .ourteam-socials > a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gsf-our-team .ourteam-content .ourteam-socials > a i,
.gsf-our-team .ourteam-content .ourteam-socials > a span {
  display: inline-block;
}
.gsf-our-team .ourteam-content .ourteam-socials > a i {
  margin-right: 6px;
}
.gsf-our-team .ourteam-content .ourteam-socials > a:hover {
  color: #5576e2 !important;
  text-decoration: none;
}
.gsf-our-team .ourteam-content .ourteam-socials > a + a {
  margin-left: 15px;
}
.gsf-our-team.thumb-circle .ourteam-thumb {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gsf-our-team:hover .ourteam-thumb:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.gsf-our-team:hover .ourteam-thumb-inner {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.gsf-our-team:hover .ourteam-content .ourteam-position {
  opacity: 0;
}
.gsf-our-team:hover .ourteam-socials {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
