diff --git a/data/images/posts/fundingaxios.png b/data/images/posts/fundingaxios.png
new file mode 100644
index 00000000..a09a1f76
Binary files /dev/null and b/data/images/posts/fundingaxios.png differ
diff --git a/data/images/posts/fundingblog.png b/data/images/posts/fundingblog.png
new file mode 100644
index 00000000..361a784e
Binary files /dev/null and b/data/images/posts/fundingblog.png differ
diff --git a/data/posts/posts.json b/data/posts/posts.json
index b7695cd3..904d2dbf 100644
--- a/data/posts/posts.json
+++ b/data/posts/posts.json
@@ -1,4 +1,22 @@
[
+ {
+ "date": "2024/04/17",
+ "outlet": "Centrifuge Blog",
+ "title": "Centrifuge Raises $15M",
+ "body": "Announcing our Series A raise and roadmap to propel real-world asset tokenization industry with DeFi composability and onchain utility.",
+ "image": "../images/posts/fundingblog.png",
+ "alt": "",
+ "href": "https://centrifuge.mirror.xyz/krkiQ6wV5zoisxx9PwOYOWwQURRd-iVdQZat4YfyzQ4"
+ },
+ {
+ "date": "2024/04/17",
+ "outlet": "Axios",
+ "title": "Centrifuge raises $15 million in oversubscribed funding round",
+ "body": "Centrifuge, a platform dedicated to turning real world assets (RWAs) into loans, has raised $15 million in Series A funding led by ParaFi Capital and Greenfield.",
+ "image": "../images/posts/fundingaxios.png",
+ "alt": "",
+ "href": "https://www.axios.com/2024/04/17/centrifuge-15m-seriesa-funding-round"
+ },
{
"date": "2024/03/29",
"outlet": "Centrifuge Blog",
diff --git a/src/components/fullscreen-video-overlay/style.tsx b/src/components/fullscreen-video-overlay/style.tsx
index 507507ee..71d824a5 100644
--- a/src/components/fullscreen-video-overlay/style.tsx
+++ b/src/components/fullscreen-video-overlay/style.tsx
@@ -36,4 +36,5 @@ export const ThumbnailImage = styled.img`
height: 100%;
cursor: pointer;
aspect-ratio: 4/3;
+ object-fit: cover;
`;
diff --git a/src/components/hero-main/index.tsx b/src/components/hero-main/index.tsx
index cf0ae82b..4506b53a 100644
--- a/src/components/hero-main/index.tsx
+++ b/src/components/hero-main/index.tsx
@@ -79,11 +79,12 @@ export function HeroMain({ title, ticker, body, image, partners }: HeroMainProps
-
-
-
+
+
+
+