.workHoverImageContainer {
  position: absolute;
  width: 30%;
  height: 30%;
  display: none;
  z-index: 100;
  pointer-events: none;
}

.workHoverImage {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}