.thumb-box{
  width:100%;
  aspect-ratio: 8.5/11;
  background:#fff;
  overflow:hidden;
}
.thumb-box img{
  width:100%;
  height:100%;
  object-fit: contain;
  display:block;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}