div > img { visibility: hidden; opacity: 0; height: 0; width: 0; } div:hover > img { visibility: visible; opacity: 1; height: auto; width: 4rem; transition: all 0.5s, opacity 2s; }