.content-container .hero,
.content-container .hero .full-width-row-content {
  position: relative;
}

.content-container .hero img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.content-container .hero h1,
.content-container .hero h2,
.content-container .hero h3 {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  color: white;
  font-style: italic;
}
