Use this code to the Custom CSS box
/* video controls */
.plyr__controls {
opacity: 0;
}
.video-block:hover .plyr__controls {
opacity: 1;
}

Result:
Before:

On hover:

Use this code to the Custom CSS box
/* video controls */
.plyr__controls {
opacity: 0;
}
.video-block:hover .plyr__controls {
opacity: 1;
}

Result:
Before:

On hover:
