
@media screen and  (max-width: 900px) {
	.welcome-hero {
		background:url(banner_mini.jpg)no-repeat;
		background-position: center;
	}
	.about-content {
		padding-top: 0px;
	}
	
		.single-about-img {
		display: none;
	}

}


@media screen and  (max-width: 750px) {
	.single-about-img {
		display: none;
	}
}

