.image-zoom{float:left;position:relative;width:320px;height:490px;overflow:hidden;transition:width 500ms,height 500ms;color:#000;text-decoration:none}.image-zoom.focus{width:360px;height:550px}.image-zoom .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0);transition:background-color 500ms}.image-zoom .overlay.focus{background-color:rgba(255,255,255,.5)}.image-zoom .image{position:absolute;top:0;left:0;width:338px;height:380px;transition:height 200ms,width 200ms}.image-zoom .image.focus{width:445px;height:500px}.image-zoom .text{position:absolute;width:100%;left:0;bottom:0;text-align:center;background-color:#fff}.image-zoom .text h3{font-family:'Heebo',sans-serif;font-weight:bold}.image-zoom .text h3.focus{color:#000}