Video in Safari not working

I’ve manually embed a video on my site and it works perfectly in Chrome, but it doesn’t show in Safari. What am i missing?

<video width="100%" height="100%" autoplay loop muted>
  <source src="https://s3.amazonaws.com/webflow-prod-assets/5cc94681d54687749175e91e/5cdd2200fcbd7482f37a41eb_Payroll%20Done.mp4" type="video/mp4">
 <source src=" https://s3.amazonaws.com/webflow-prod-assets/5cc94681d54687749175e91e/5cdd3f30e09fa51d6a74ea91_Payroll%20Done.webm" type="video/webm">
 Your browser does not support the video tag.
</video>