.contenedor img {
  position: absolute;    
  top: 0;
  left: 0;
  width: 100%;           
  height: auto;
}

.img1 {
  z-index: 1;   
}

.img2 {
  z-index: 999;            
}