/* This forces any widget currently being clicked/animated to the front */ [data-id]:active, [data-id]:focus-within { z-index: 9999 !important; } /* Optional: keeps the video on top while the scale animation is running */ .rm-animation-playing { z-index: 9999 !important; }