.xp-figure.xp-matera {
  aspect-ratio: 16 / 9;
}

.xp-credit {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 24px);
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(14, 38, 27, 0.82);
  color: #fff;
  font-size: 0.64rem;
  line-height: 1.35;
  backdrop-filter: blur(5px);
}

.xp-credit a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 620px) {
  .xp-credit {
    font-size: 0.58rem;
  }
}
