
.module--song-list .slick-slide button span {
    display: none;
  }
  
.module--song-list
.slideshow
[class*="slideshow__btn__number--undefined"].is-video
.slideshow__slide__media:after {
content: "";
background-position: 50%;
background-repeat: no-repeat;
position: absolute;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M30 0A30 30 0 110 30 30 30 0 0130 0z'/%3E%3Cpath d='M43 30L23 45V15z' fill='%23fff'/%3E%3C/svg%3E");
left: 0px;
top: 0;
bottom: 0;
right: 0;
z-index: 100;
}

.slideshow__slide {
overflow: hidden;
}

.slideshow__slide__media {
    position: relative;
}