.author-art {
  overflow: hidden;
  border: 6px solid #fff;
  background: #071327;
}

.author-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 30%;
}

.author-art .gold-ring {
  inset: 14px;
  border: 2px solid rgba(240, 207, 117, 0.88);
  box-shadow: inset 0 0 0 1px rgba(7, 19, 39, 0.25);
}
