/**
 * Block Name: Hero 1
 */

section.hero_1 {
  position: relative;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

section.hero_1 .container {
  position: relative;
  z-index: 3;
}
section.hero_1 img.bg_static_cover {
  position: absolute;
  top: 0;
  z-index: 1;
}
section.hero_1:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  height: 400px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #322b26);
  z-index: 2;
}
