Image with class ‘pivot’

.pivot {
transform-origin: center bottom;
transition: transform 1s;
}

.pivot:hover {
transform: rotateZ(-45deg);
}

(hover over image to test)