/*
 * Prevent Video Download — pvd-style.css
 */

video {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
