/* A thumbnail span has no text node even when it has a background image. */
.thumb[style]:empty::after {
  display: none;
}
