I've tried applying the fixes from other forum posts but none resolved this puzzle.
This video background does not work on Safari or IE. This is the current code:
<video controls preload="preload" id="video" autoplay="autoplay" loop="loop" muted >
<source src="<?php echo get_stylesheet_directory_uri(); ?>/video/pike.webm" type="video/webm">
<source src="<?php echo get_stylesheet_directory_uri(); ?>/video/pike.mov" type="video/mov">
<source src="<?php echo get_stylesheet_directory_uri(); ?>/video/pike.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>