@charset "utf-8";
.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%;
}


@media (max-width: 992px) {

}