@charset "utf-8";

.name__list { margin-left: 20px !important; padding-left: 0px !important; }

.img-placeholder { position: absolute; top: 1%; left: 18%; font-size: 20px; color: rgb(217, 255, 53); overflow-wrap: break-word; pointer-events: none; }

@media (min-width: 450px) and (max-width: 677px) {
  .img-placeholder { top: 2%; left: 18%; font-size: 20px; }
}

@media (max-width: 450px) {
  .img-placeholder { font-size: 15px; top: -2%; left: 17%; }
}
