@keyframes camera
  {
  0%  { transform: translateX(-1ex) rotate(-15deg); }
  25% { transform: translateX(-1.2ex) rotate(0deg); }
  50% { transform: translateX(-1.2ex) rotate(15deg); }
  0%  { transform: translateX(-1ex) rotate(-15deg); }
  }

td[rowSpan="10"] 
  { 
  background-image: url("photo/_photo01.jpg"); background-repeat: no-repeat;
  background-size: cover; background-clip: content-box; padding: 0.5ex; 
  }

td[rowSpan="10"]>a 
  {
  font-size: 400%; display: inline-block; transform: translateX(-1ex) rotate(-15deg);
  animation: camera 800ms linear 2000ms 6; 
  } 

