#feature {
	height: 600px;
	}

#featureImg {
	display: none;
	}
	
@media only screen and (max-width: 568px) {

#feature {
	height: 300px;
	}
	
}