@mixin theme($theme) {
  uxg-video-thumbnail {
    .play-button {
      background: rgba(#212121, 0.36);
      .mat-icon {
        color: white;
      }
    }
  }
}
