``` css a { img { position: absolute; top: 0px; left: 0px; cursor: pointer; } &:hover { img { top: -13px; } } } ```