#team-header,
.team-cover {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 300px;
  width: 100%;
}
#team-header .overlay,
.team-cover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 144, 0, 0.9);
}
#team-header .display-t,
.team-cover .display-t {
  width: 100%;
  display: table;
}
#team-header .display-tc,
.team-cover .display-tc {
  display: table-cell;
  vertical-align: middle;
  height: 600px;
}
#team-header .display-tc h1, #team-header .display-tc h2, #team-header .display-tc h3,
.team-cover .display-tc h1,
.team-cover .display-tc h2,
.team-cover .display-tc h3 {
  margin: 0;
  padding: 0;
  color: white;
}
#team-header .display-tc h1,
.team-cover .display-tc h1 {
  font-family: "Kaushan Script", cursive;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#team-header .display-tc h1 span,
.team-cover .display-tc h1 span {
  padding: 4px 15px;
  position: relative;
}
#team-header .display-tc h1 span:before,
.team-cover .display-tc h1 span:before {
  position: absolute;
  top: 40px;
  left: 0;
  width: 30px;
  height: 4px;
  content: '';
  background: #fff;
  margin-left: -30px;
}
#team-header .display-tc h1 span:after,
.team-cover .display-tc h1 span:after {
  position: absolute;
  top: 40px;
  right: 0;
  width: 30px;
  height: 4px;
  content: '';
  background: #fff;
  margin-right: -30px;
}
@media screen and (max-width: 768px) {
  #team-header .display-tc h1,
  .team-cover .display-tc h1 {
    font-size: 34px;
  }
  #team-header .display-tc h1 span:before,
  .team-cover .display-tc h1 span:before {
    top: 28px;
    width: 20px;
    height: 3px;
    margin-left: -15px;
  }
  #team-header .display-tc h1 span:after,
  .team-cover .display-tc h1 span:after {
    top: 28px;
    width: 20px;
    height: 3px;
    margin-right: -15px;
  }
}
#team-header .display-tc h2,
.team-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#team-header .display-tc h3,
.team-cover .display-tc h3 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #team-header .display-tc h3,
  .team-cover .display-tc h3 {
    font-size: 14px;
  }
}

#team-header .display-tc .team-thumb,
.team-cover .display-tc .team-thumb {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#team-header .display-tc .team-social-icons li a,
.team-cover .display-tc .team-social-icons li a {
  color: #fff;
}
#team-header .display-tc .team-social-icons li a i,
.team-cover .display-tc .team-social-icons li a i {
  font-size: 30px;
}