.app .actor.choose { div.actor { position: relative; img { border-radius: 50%; box-shadow: 0px 0px 8px black; } span.actor-name { position: absolute; text-align: center; background-color: rgba(255, 255, 255, 0.562); border: 5px; width: 100%; padding: 0 1rem; border-radius: 5px; box-shadow: 0px 0px 8px black; } } }