/* Hides any grid item where the filename ends in .vtt */
[data-name$=".vtt"],
[data-name$=".srt"] {
    display: none !important;
}
EOF
