An absolutely-positioned hand relocated from its default position by using the combination of top: 50%; left: 50%; transform: translate(-50%, -87.5%);. Hand is now translated to intended position for rotation.
top: 50%; left: 50%; transform: translate(-50%, -87.5%);
An absolutely-positioned hand relocated from its default position by using the combination of
top: 50%; left: 50%; transform: translate(-50%, -87.5%);
. Hand is now translated to intended position for rotation.