
.image-wrapper { position: relative; width: 300px; }

.hover-img {
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
} 

.image-wrapper:hover .hover-img { opacity: 1; }

