.project {
  background: #666666;
  color: #fff;
  position: relative;
  height: 300px;
}

.project .title-wrapper {
  display: table;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
}

.project .title-wrapper h1 {
  color: white;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  line-height: 1.11;
}

.project img {
  height: 100%;
  object-fit: cover;
}
