



a:hover .follow-img {
  opacity: 1;
}

.follow-img {
  opacity: 0;
  width: 100%;
  height: auto;
  max-width: 200px;
  box-sizing: border-box;
  transition: ease .2s;
  position: absolute;
  transform: translate(-80%, -95%);
  z-index: 2;
  object-fit: cover;
}