

 /* flebox sampler */
  .image-grid-transform div {
  width: 25%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.image-grid-transform {
  display: flex;
  flex-wrap: wrap;
}


 /* flipit x-axis image css switch */

.brighternews { width = 100px; height = 100px; background-image: url('http://orcawebperformance.com/wp-content/uploads/2012/11/sd11002-0211-300x225.jpg');
				background-repeat: no-repeat; background-size: contain; text-decoration:none; }
.brighternews:hover { width = 100px; height = 100px;  
   background-image: url('http://orcawebperformance.com/wp-content/uploads/2012/12/sd11002-033.jpg');
	background-repeat: no-repeat; background-size: contain;}
 .brighternews .hover { display:none; }
.brighternews:hover .normal { display:none; }
.brighternews:hover .hover { display:inline;  /* CHANGE IF FOR BLOCK ELEMENTS */ }
	
.bringit { width = 100px; height = 100px; background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/cat_before.jpg');
				background-repeat: no-repeat; background-size: contain; text-decoration:none; }
.bringit:hover {  width = 100px; height = 100px; 
   background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/cat_after.jpg');
	background-repeat: no-repeat; background-size: contain;}
 .bringit .that { display:none; }
 .bringit:hover .this { display:none; }
 .bringit:hover .that { display:inline;  /* CHANGE IF FOR BLOCK ELEMENTS */ }	
	
	
.wookie { width = 100px; height = 100px;  background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/dog_before.jpg');
				background-repeat: no-repeat; background-size: contain; }
.wookie:hover {  width = 100px; height = 100px; 
   background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/dog_after.jpg');
	background-repeat: no-repeat; background-size: contain;}
	
	
	
.ca_visit { width = 100px; height = 100px; background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/mona_before.jpg');
				background-repeat: no-repeat; background-size: contain; }
.ca_visit:hover {  width = 100px; height = 100px; 
   background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/mona_after.jpg');
	background-repeat: no-repeat; background-size: contain;}
	
	
.baby { width = 100px; height = 100px; background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/lady_before.jpg');
				background-repeat: no-repeat; background-size: contain; }
.baby:hover {  width = 100px; height = 100px; 
   background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/lady_baby_after.jpg');
	background-repeat: no-repeat; background-size: contain;}
	
	
.clean_dogs { width = 100px; height = 100px; background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/dogs_before.jpg');
				background-repeat: no-repeat; background-size: contain; }
.clean_dogs:hover {  width = 100px; height = 100px; 
   background-image: url('http://orcawebperformance.com/wp-content/uploads/2013/02/dogs_after.jpg');
	background-repeat: no-repeat; background-size: contain;}
	
	








