/* CSS Document */

.con_mainpic{
	height:390px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
}
@media screen and (max-width: 999px) {
	.con_mainpic{
		height:325px;
		padding-top: 100px;
	}
	.con_mainpic h2 img{transform: scale(0.9);}
}