.hero figcaption{
  background:rgb(9 11 10 / 88%);
  border:1px solid rgb(184 214 58 / 62%);
  border-radius:999px;
  color:var(--lime);
  padding:9px 12px;
  text-shadow:none;
}

@media (max-width:760px){
  .hero figcaption{bottom:14px;right:14px}
}
