.jw-category-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.jw-category-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}