.fieldimage{
   background-image: url("../img/home/field2.jpg");
}


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

   .fieldimage{
      background-image: url("../img/home/field2a.jpg");
      width ; 100%;
   }
}



.coachimage{
   background-image: url("../img/coach/coach_head2.jpg");
} 


@media only screen and (max-width: 600px){ 
	.coachimage{
      background-image: url("../img/coach/bluehead.jpg");
      width ; 100%;
   }
}

.diveimage{
   background-image: url("../img/creative/creat_head.jpg");
}


@media only screen and (max-width: 600px){ 
	.diveimage{
      background-image: url("../img/creative/head2.jpg");
      width ; 100%;
   }
}

.prayimage{
   background-image: url("../img/creative/BluePray_2.jpg");
}


@media only screen and (max-width: 600px){ 
	.prayimage{
      background-image: url("../img/creative/pray2.jpg");
      width ; 100%;
   }
}