diff --git a/public/images/partners/partners.png b/public/images/partners/partners.png
index 5f0fa6d..5e16a12 100644
Binary files a/public/images/partners/partners.png and b/public/images/partners/partners.png differ
diff --git a/public/videos/banner-press.mp4 b/public/videos/banner-press.mp4
index 033a37c..be4add6 100644
Binary files a/public/videos/banner-press.mp4 and b/public/videos/banner-press.mp4 differ
diff --git a/public/videos/banner-press.webm b/public/videos/banner-press.webm
new file mode 100644
index 0000000..f5b29a7
Binary files /dev/null and b/public/videos/banner-press.webm differ
diff --git a/src/components/common/modal/modal.module.scss b/src/components/common/modal/modal.module.scss
index 3685142..11feb25 100644
--- a/src/components/common/modal/modal.module.scss
+++ b/src/components/common/modal/modal.module.scss
@@ -6,7 +6,7 @@
width: 90vw;
}
- min-width: tovw(600px, 'default', 600px);
+ min-width: tovw(700px, 'default', 700px);
background-color: unset;
position: fixed;
top: 50%;
diff --git a/src/components/sections/blog/hero/hero.module.scss b/src/components/sections/blog/hero/hero.module.scss
index 028c9ca..25f34f2 100644
--- a/src/components/sections/blog/hero/hero.module.scss
+++ b/src/components/sections/blog/hero/hero.module.scss
@@ -8,7 +8,7 @@
background: linear-gradient(
180deg,
rgb(0 0 244 / 0.9) 1.63%,
- rgb(0 0 244 / 0) 99.89%
+ rgb(0 0 244 / 0) 65.89%
);
padding-top: tovw(185px, 'default', 104px);
padding-bottom: tovw(92px, 'default', 40px);
diff --git a/src/components/sections/newsroom/hero/hero.module.scss b/src/components/sections/newsroom/hero/hero.module.scss
index c747a73..390328e 100644
--- a/src/components/sections/newsroom/hero/hero.module.scss
+++ b/src/components/sections/newsroom/hero/hero.module.scss
@@ -29,8 +29,8 @@
position: relative;
align-self: center;
width: 70%;
- min-height: tovw(780px, 'default', 370px);
- margin-top: tovw(-50px, 'default');
+ min-height: tovw(770px, 'default', 370px);
+ margin-top: tovw(-30px, 'default');
padding-top: tovw(30px, 'default', 20px);
mix-blend-mode: lighten;
@@ -71,8 +71,6 @@
display: none;
- // min-height: tovw(650px, 'default', 350px);
-
.hero {
@include respond-to('mobile') {
display: none;
@@ -108,7 +106,7 @@
display: flex;
justify-content: space-between;
- margin-top: tovw(16px, 'default', 10px);
+ margin-top: tovw(-20px, 'default', -20px);
h1 {
@include respond-to('mobile') {
diff --git a/src/components/sections/newsroom/hero/index.tsx b/src/components/sections/newsroom/hero/index.tsx
index 0d999f0..88da279 100644
--- a/src/components/sections/newsroom/hero/index.tsx
+++ b/src/components/sections/newsroom/hero/index.tsx
@@ -29,7 +29,7 @@ const Hero = ({ data }: Props) => {
playsInline={true}
preload="true"
>
- {/* */}
+
diff --git a/src/components/sections/products/hero/hero.module.scss b/src/components/sections/products/hero/hero.module.scss
index f08b0c5..d781c54 100644
--- a/src/components/sections/products/hero/hero.module.scss
+++ b/src/components/sections/products/hero/hero.module.scss
@@ -29,7 +29,7 @@
align-self: center;
position: relative;
width: 82%;
- min-height: tovw(914px, 'default', 434px);
+ min-height: tovw(920px, 'default', 435px);
margin-top: tovw(-165px, 'default');
margin-bottom: tovw(-140px, 'default');
padding-top: tovw(30px, 'default', 20px);