#wrapper{
	background-image: url(../img/hero@2x.png);
	background-repeat: no-repeat;
	background-size: 916px;
	background-position-y: 62px;
    background-position-x: -916px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #wrapper{
        background-size: 784px;
    }
}
@media (max-width: 767px) {
	#wrapper{
		background-image: none;
	}
}