diff --git a/style.css b/style.css index bb2578b..90c38aa 100644 --- a/style.css +++ b/style.css @@ -148,7 +148,7 @@ a.tel { text-decoration: none; } /* Loop OVERLAID as the hero background (not stacked below): full-bleed, rotated 90deg CW, faded from the top so the headline reads over paper and the ambient shows lower. Tint ::after still applies. */ .hero-media { left: 0; width: 100%; - -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 52%); mask-image: linear-gradient(to bottom, transparent 0, #000 52%); } + -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 18%); mask-image: linear-gradient(to bottom, transparent 0, #000 18%); } .hero-video { position: absolute; top: 50%; left: 50%; width: 100vh; height: 100vw; object-fit: cover; transform: translate(-50%, -50%) rotate(90deg); } }