.expandable-image {
  cursor: pointer;
  transition: opacity 0.3s;
}

.expandable-image:hover {
  opacity: 0.9;
}
