.non-article {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.term-essayist__img img,
.past-essayist__img img,
.zuiso-latest__thumb img {
  aspect-ratio: 1 / 1;
}

.zuiso-latest .zuiso-latest__item .zuiso-latest__thumb img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.zuiso .caption {
  width: 39ch;
}

@media (max-width: 768px) {
  .zuiso .caption {
    width: 24ch;
  }
}