.model-thumbnail {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-art.generating-thumbnail::after {
  content: "MENJANA PREVIEW 3D...";
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  width: auto;
  height: auto;
  transform: translateX(-50%);
  border: 0;
  border-radius: 0;
  color: #d6f77c;
  font: 800 9px "Space Grotesk", sans-serif;
  letter-spacing: .12em;
  white-space: nowrap;
}
