.section-banner {
	background: url("../png/about-smeal.png") no-repeat scroll center #333;
    min-height: 300px;
    overflow: hidden;
    width: 100%;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}



