body, html {
  overflow: auto !important; /* Включает прокрутку и отменяет overflow: hidden */
}

#image-top {
  position: absolute;
  transition: opacity 0.4s ease;
  z-index: 2;
}

#image-bottom {
  position: absolute;
  z-index: 1;
}

#image-top:hover {
  opacity: 0;
}

