refactor: clean up unused video CSS
This commit is contained in:
parent
ffbd91cf64
commit
df7e213664
|
|
@ -93,12 +93,6 @@
|
||||||
.hero {
|
.hero {
|
||||||
position: relative; height: 100vh; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;
|
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 {
|
@keyframes heroZoom {
|
||||||
from { transform: scale(1.05); }
|
from { transform: scale(1.05); }
|
||||||
to { transform: scale(1.10); }
|
to { transform: scale(1.10); }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue