.content-overlay-item.grid__item img {
  width: 100%;
  height: auto;
}
.content-overlay-item.grid__item {
  position: relative;
  display: flex;
}
.content-overlay-item.grid__item .title-wrapper-with-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 2rem;
  margin-bottom: 0;
  h2 {
    font-family: var(--font-body-family);
    line-height: 1.3;
  }
}
@media only screen and (max-width: 749px) {
  .content-overlay-item.grid__item h2.title.inline-richtext.hxl {
    font-size: 5rem;
  }
}