

div#puzzle {
   position: relative;
   width: 900px;
   margin: 10px auto;
}

div#puzzle > img {
   position: absolute;
   cursor: pointer;
   touch-action: none;
}

img#tan1 {
   top: 10px;
   left: 280px;
   transform: rotate(180deg);
}
