/* watch.modcreator.app — site-wide hero overrides
 *
 * This file lives at /var/www/watch.modcreator.app/_hero.css on Contabo and
 * is linked by every dossier page. Edit it on the server to flip behavior
 * across the entire site instantly — no re-rendering needed.
 *
 * To globally disable the autoplay hero video loop and show only the static
 * thumbnail + fade gradient:
 *
 *     :root { --hero-loop-display: none; }
 *
 * To re-enable, change 'none' back to 'block' (or remove the rule).
 */
:root {
  --hero-loop-display: block;
}
