//画像全体をサムネイル枠内に収める
.th-img img{
object-fit: contain !important;
}