.tmp {
  height: 50vh;
  background-color: #eee;
}

.target {
  position: relative;
  overflow: hidden;
}
.target .title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.target img {
  width: 100%;
}