/**
* Block Name: hero_about
*/

section.hero_about {
  overflow: hidden;
  height: 700px;
  color: var(--ecru);
}

section.hero_about .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

section.hero_about .cover_image {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 0;
}

section.hero_about .image_wrapper {
  position: relative;
  height: 100%;
}

section.hero_about .image_wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(52, 86, 62, 0) 0%, #34563e 77.5%);
  background-blend-mode: screen;
  z-index: 1;
}
