.diapo-intro-card .classphoto {
  position: relative;
  display: block;
  overflow: hidden;
}

.diapo-intro-card__text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
  border-radius: inherit;
  white-space: normal;
}

@media (max-width: 700px) {
  .diapo-intro-card__text {
    font-size: clamp(1.4rem, 7vw, 2.4rem);
    padding: 0.75rem;
  }
}