.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.team-wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: 600px;
  background: url("../images/cg_team_background.jpg") repeat center top;
  background-size: 100%;
}
.team-wrapper .team-content {
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .team-wrapper .team-content {
    width: 668px;
    height: 334px;
  }
}
@media screen and (min-width: 1024px) {
  .team-wrapper .team-content {
    width: 924px;
    height: 462px;
  }
}
@media screen and (min-width: 1200px) {
  .team-wrapper .team-content {
    width: 1100px;
    height: 550px;
  }
}
@media screen and (min-width: 1300px) {
  .team-wrapper .team-content {
    width: 1200px;
    height: 600px;
  }
}
.team-wrapper .team-content .team-persons {
  padding-top: 0;
}
.team-wrapper .team-content .team-persons .members {
  display: flex;
  height: 100%;
}
.team-wrapper .team-content .team-persons .members .enable {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .team-wrapper .team-content .team-persons .members .active-m {
    z-index: 111 !important;
  }
}
.team-wrapper .team-content .team-persons .members .member {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.team-wrapper .team-content .team-persons .members .member .member-img {
  height: 100%;
  width: auto;
  pointer-events: none;
}
.team-wrapper .team-content .team-persons .members .member svg {
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 7;
  cursor: pointer;
  pointer-events: initial;
  opacity: 0;
}
.team-wrapper .team-content .team-persons .members .member .svg-hover :hover {
  opacity: 0;
  transition: opacity 0.05s linear;
}
.team-wrapper .team-content .team-persons .members .member .bio {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  pointer-events: initial;
}
@media screen and (min-width: 768px) {
  .team-wrapper .team-content .team-persons .members .member .bio {
    top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .team-wrapper .team-content .team-persons .members .member .bio {
    top: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .team-wrapper .team-content .team-persons .members .member .bio {
    top: 20%;
  }
}
.team-wrapper .team-content .team-persons .members .member .bio .close-bio {
  display: block;
  position: absolute;
  top: 1%;
  right: 1%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: url("../images/close.png") no-repeat center center;
  background-size: 20px auto;
}
@media screen and (min-width: 1024px) {
  .team-wrapper .team-content .team-persons .members .member .bio .close-bio {
    display: none;
  }
}
.team-wrapper .team-content .team-persons .members .member .bio .bio-content {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  text-align: justify;
  padding: 15px 20px;
  width: inherit;
  height: auto;
}
.team-wrapper .team-content .team-persons .members .member .bio .bio-content h3 {
  color: #2db7ff;
  font-size: 17px;
}
.team-wrapper .team-content .team-persons .members .member .bio .bio-content p {
  color: #000;
  font-size: 15px;
}
.team-wrapper .team-content .team-persons .members .member .bio .bio-content .strong {
  font-weight: 700;
  color: #000;
}
.team-wrapper .team-content .team-persons .members .off {
  opacity: 0.2;
}
.team-wrapper .team-content .team-persons .members-bio {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*overflow:hidden;*/
  /*z-index: 999;*/
}
@media screen and (min-width: 768px) {
  .team-wrapper .team-content .team-persons .members-bio {
    width: 0px;
    height: 0px;
  }
}
.team-wrapper .team-content .team-persons .members-bio .member-bio {
  display: none;
  padding: 10px;
  height: auto;
  top: 230px;
  position: relative;
}
.team-wrapper .team-content .team-persons .members-bio .member-bio .bio-content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  text-align: justify;
  padding: 15px 20px;
  width: 40%;
  height: auto;
  min-width: 300px;
  margin: 0 auto;
}
.team-wrapper .team-content .team-persons .members-bio .member-bio .bio-content .close-bio {
  display: block;
  position: absolute;
  top: 1%;
  right: 1%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: url("../images/close.png") no-repeat center center;
  background-size: 20px auto;
}
.team-wrapper .team-content .team-persons .members-bio .member-bio .bio-content h3 {
  color: #2db7ff;
  font-size: 17px;
}
.team-wrapper .team-content .team-persons .members-bio .member-bio .bio-content p {
  color: #000;
  font-size: 15px;
}
.team-wrapper .team-content .team-persons .members-bio .member-bio .bio-content .strong {
  font-weight: 700;
  color: #000;
}

.team-wrapper-full-width {
  width: 100vw;
  margin: 0 calc((100vw - 100%) / -2);
}