﻿.team {
  background: #f5f5f5;
  padding: 15px; }
  .team .team-show {
    margin-bottom: 20px;
    position: relative; }
    .team .team-show h2 {
      position: absolute;
      display: block;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 100px;
      padding-top: 50px;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), transparent);
      color: #f5f5f5;
      font-size: 24px;
      padding-left: 20px; }
  .team img {
    width: 100%; }
