.bh .section {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: unset;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 30px 0;
  z-index: 1;
  overflow: hidden;
}
.bh .section .section_title_wrap {
  text-align: center;
}
.bh .section .section_img_link_wrap {
  position: relative;
  display: inline-block;
}
.bh .section .section_img_link_wrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=20a9670ab453917a8f2982b66fa627eb5916be80._main.scss.map */
