diff --git a/src/components/HomePage/Masthead.tsx b/src/components/HomePage/Masthead.tsx
index 4fc17acf..8b98840b 100644
--- a/src/components/HomePage/Masthead.tsx
+++ b/src/components/HomePage/Masthead.tsx
@@ -10,6 +10,10 @@ import { flexRow, flexColumn, padding, link } from "styles/common"
const videoHeight = 300
+Object.defineProperty(HTMLMediaElement.prototype, 'muted', {
+ set: () => {},
+});
+
function VideoLink() {
const css = useStyle({
...flexRow(undefined, "center"),
@@ -21,7 +25,7 @@ function VideoLink() {
return (
View random polyhedron
-
+
)
}