@charset "utf-8";
/* CSS Document */

#funding{
	background: url("../img/funding-h-img.jpg") no-repeat center center;
	background-size:cover;
}
.header_img01 img{
	display: none;
}	
@media (min-width : 768px){
.header_img01 img{
	display: inline-block;
	margin-bottom: -460px;
	margin-left: 80px;
}	
}