/* 文字を右下に揃える */
.card-img-overlay{
  padding: 0;
  top: calc(90%);
  text-align: center;
  font-weight: bold;
}