/**
* Block Name: hero
*/

section.hero .hero_wrapper {
  padding-top: 160px;
}

section.hero .bg_static_cover {
  position: absolute;
  top: 0;
  z-index: -1;
  right: calc(25% + 15px);
  width: 300px;
}

@media (max-width: 991px) {
  section.hero .bg_static_cover {
    right: 15px;
  }
}
