@media (max-width:767px){
	.backer {
	  background-image: url("../bkgrnd/cnn2-TH-1722722740.jpg");
	  margin-top:0px;
	  /* Set a specific height */
	  min-height: 300px; 
	  padding-top: 40px;
	  /* Create the parallax scrolling effect */
	  background-attachment: scroll;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	
}

@media (min-width:768px){
	.backer {
	  background-image: url("../bkgrnd/cnn2-1722722740.jpg");
	  margin-top:0px;
	  padding-top: 50px;
	  /* Set a specific height */
	  min-height: 400px; 
	  /* Create the parallax scrolling effect */
	  background-attachment: fixed;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}


}
