
/* Mojolnir V31: make premium/KOL big play button interactive and hide it while playing */
.video-card.video-premium .video-cover{
  cursor:pointer!important;
}
.video-card.video-premium .video-cover.mojo-video-is-playing:after,
.video-card.video-premium .video-cover.mojo-video-has-started:after{
  opacity:0!important;
  transform:translate(-50%,-50%) scale(.88)!important;
  visibility:hidden!important;
}
.video-card.video-premium .video-cover.mojo-video-is-paused:after{
  opacity:1!important;
  visibility:visible!important;
}
.video-card.video-premium .video-cover video{
  pointer-events:auto!important;
}


/* V32 mobile tap sync: no layout changes */
.video-card.video-premium .video-cover{
  -webkit-tap-highlight-color:transparent!important;
  touch-action:manipulation!important;
}
