@media only screen and (min-width: 1024px) and (max-width: 1024px) {

section #padding, html, .photo-background {
	background-image: none!important;
	
}
	
}


@media only screen and (max-width: 768px) {

section #padding, html, .photo-background {
	background-image: none!important;
	
}
	
}