.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -60px;
text-decoration: none;
left: -120px; /*position where enlarged image should offset horizontally */
}