Fix hero video: use full 1920x1080, center via object-position

Previous crop distorted aspect ratio. Now uses original 16:9 video
with object-position: 35% 40% to center the light sculpture in the
hero viewport.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-19 14:48:01 -07:00
parent fa44274f29
commit 0be3ca58d5
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 139 KiB

View File

@ -115,7 +115,7 @@
min-height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
object-position: center center;
object-position: 35% 40%;
z-index: 0;
}