diff --git a/index.html b/index.html index 35fb934..7164d46 100644 --- a/index.html +++ b/index.html @@ -93,12 +93,6 @@ .hero { position: relative; height: 100vh; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; } - .hero-video { - position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; - filter: brightness(0.7) saturate(1.1); - transform: scale(1.05); - animation: heroZoom 25s ease-in-out infinite alternate; - } @keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1.10); }