img{
  transform: rotate(90deg);}
table img:nth-of-type(even) {
    transform: rotate(180deg);
}

