/* tga-v29-r13 targeted fixes: rounded playlist thumbnails only */
.music-page-content .action-card__icon img,
.music-page-content .action-card img[src*="ritual-"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
