.team-box {
  display: block;
  max-width: 294px;
  max-height: 284px;
  color:#fff;
  margin:0 auto;
}
.team-box:hover {
  color:#fff;
  text-decoration: none;
}
.team-desc {
  position:relative;
  top:-100px;
  background: #000;
  opacity: 0.8;
  padding:5px 10px;
}
.team-desc a {
}
h1 {
  font-weight: normal;
  text-align: center;
  font-size: 4em;
  line-height: 50px;
  margin-bottom: 30px;
  color: #3C3C3B;
  text-shadow: 2px 2px 0 white;
}