.image-container {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.ref-list {
  list-style-type: none;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}