@media all and (min-width: 641px) {
    
	body.facilities #title:before{
		background-image: url(../images/facilities/title-bg.jpg);
	}
                       
}

@media only screen and (max-width: 640px) {
    
	body.facilities #title{
		background-image: url(../images/facilities/title-bg.jpg);
	}    
	
}