.cat-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cat-image .fa {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 99;
  background: white;
  border-radius: 100%;
  cursor: pointer;
}
