.thumbnail { 
top:-250px; 
left:-350px; 
display:block;
z-index:0; 
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
} 

/*change the number below to scale to the appropriate size*/ 
.thumbnail:hover {
	transform: scale(3);
	right: 500px;
	text-align: left;
	color: #020202;
	
}
