.image-container-front {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.image-container-front img {
  border-radius: 2px;
  position: relative;
}

.image-container-front img:hover {
  transform: scale(1.15) rotate(2deg);
  filter: contrast(1.1);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: sticky;
  transition: all 0.4s ease-in-out;
}

.hover-exit {
  z-index: 1;
  position: sticky;
}