
.flipped {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  
	width: 50% !important;
}
.flipimage img{
	width: 50% !important;	
}