|
|
@ -201,14 +201,14 @@ body { |
|
|
|
content: ''; |
|
|
|
content: ''; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
right: 0; |
|
|
|
right: -30%; |
|
|
|
width: 58vw; |
|
|
|
width: 100%; |
|
|
|
height: 100vh; |
|
|
|
height: 110vh; |
|
|
|
pointer-events: none; |
|
|
|
pointer-events: none; |
|
|
|
z-index: -1; |
|
|
|
z-index: -1; |
|
|
|
/* background: url('../img/hero-img-full.webp') center no-repeat; */ |
|
|
|
/* background: url('../img/hero-img-full.webp') center no-repeat; */ |
|
|
|
background: url('../img/hero-img.png') center no-repeat; |
|
|
|
background: url('../img/hero-img.png') center no-repeat; |
|
|
|
background-size: cover; |
|
|
|
background-size: contain; |
|
|
|
} |
|
|
|
} |
|
|
|
.hero__leftside { |
|
|
|
.hero__leftside { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|