/**
* Block Name: hero_1
*/

section.hero_1 {
  position: relative;
}

section.hero_1 img.bg_static_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.hero_1 .overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: -o-linear-gradient(190.84deg, rgba(122, 122, 122, 0) 0%, rgba(255, 255, 255, 0.66) 100%);
  background: linear-gradient(259.16deg, rgba(122, 122, 122, 0) 0%, rgba(255, 255, 255, 0.66) 100%);
}

section.hero_1 .img_wrapper {
    height: 390px;
    max-width: 100%;
    width: 100%;
  }