Zoom an image on hover without displacing other elements as it gets larger - a nice effect to add movement to the page.
Try...
if you want the images stacked rather than side by side delete float: left; and display: inline-block;
See the Pen Image Zoom using only CSS by BennyTuner (@bennysutton) on CodePen.