.Image {
  img {
    max-width: 100%;
  }

  cursor: pointer;
  &:hover {
    opacity: 0.8;
  }
}