body {
  background-image: url(/images/stars5.gif)
}

.thumbnail { 
  cursor: pointer; 
  transition-property: all; 
  transition-duration: 0.4s; 
  transition-timing-function: ease; } 
.thumbnail:hover { 
  transform: scale(1.05); }