Via CSS I disabled the pointer-events. However, on mobile I want to activate it.
My attempt:
.videoContainer { pointer-events: none; }