/**
* Block Name: hero
*/

section.hero {
  position: relative;
  min-height: max(80vh, 600px);
  height: initial;
  color: #fff;
}

section.hero:before {
  content: " ";
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

section.hero img.bg_static_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
