-
-
-
{t("videoSection.title.part1")}
diff --git a/src/pages/Landing/components/LandingContainer/VideoSection/index.scss b/src/pages/Landing/components/LandingContainer/VideoSection/index.scss
index 1488912fa1..9dacebe050 100644
--- a/src/pages/Landing/components/LandingContainer/VideoSection/index.scss
+++ b/src/pages/Landing/components/LandingContainer/VideoSection/index.scss
@@ -6,19 +6,11 @@ $viewport-breakpoint: 1000px;
.landing-video-section {
position: relative;
-}
-
-.landing-video-section__video-wrapper {
- display: flex;
- justify-content: center;
- align-items: center;
- opacity: 0.8;
-}
-
-.landing-video-section__video {
+ background-image: url("/assets/images/landing-poster.jpeg");
+ background-size: cover;
+ background-position: center;
width: 100%;
height: 37.125rem;
- object-fit: cover;
}
.landing-video-section__main-info {
diff --git a/src/shared/assets/videos/landing-video.mp4 b/src/shared/assets/videos/landing-video.mp4
deleted file mode 100644
index b07cb41d20..0000000000
Binary files a/src/shared/assets/videos/landing-video.mp4 and /dev/null differ