section.hero .hero_grid .hero_banner {
  position: relative !important;
  cursor: pointer;
}

section.hero .hero_grid .hero_banner .hero_banner_full_link {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10 !important;
  background: transparent !important;
  border-radius: inherit;
  text-decoration: none !important;
}

section.hero .hero_grid .hero_banner figure {
  z-index: 1;
}

section.hero .hero_grid .hero_banner .banner_content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

section.hero .hero_grid .hero_banner .banner_content .banner_button,
section.hero .hero_grid .hero_banner .banner_content .banner_button a {
  pointer-events: auto;
}

section.hero .hero_grid .hero_banner:hover .banner_content .banner_button.text a,
section.hero .hero_grid .hero_banner:hover .banner_content .banner_button.text a::after {
  color: #111;
}