.thumbnail {
  position: relative;
  border: 0.1rem solid rgb(var(--color-line-light));
  padding: var(--global-spacing-4);
}
.thumbnail--small {
  padding: var(--global-spacing-3);
}
.thumbnail__image {
  position: relative;
}
.thumbnail__desc {
  position: relative;
}

.thumbnail--small .media {
  height: 7.2rem;
  width: 7.2rem;
}
