diff --git a/snippets/shx-landingpage.liquid b/snippets/shx-landingpage.liquid index f23f19d..d43ada5 100644 --- a/snippets/shx-landingpage.liquid +++ b/snippets/shx-landingpage.liquid @@ -32,8 +32,8 @@ /* Make the video twice as wide as the div */ height: 100%; object-fit: cover; - transform: translateX(-50%); - /* Shift the video to the right */ + // transform: translateX(-50%); /* Shift the video to the left */ + transform: translateX(0); } }