diff --git a/assets/styles/docs.scss b/assets/styles/docs.scss
index 2a34f04d56..b93fe16991 100644
--- a/assets/styles/docs.scss
+++ b/assets/styles/docs.scss
@@ -166,7 +166,25 @@ $bd-gutter-x: 3rem;
}
}
- img, video {
+
+ .video-container {
+ padding-top: 56.25%;
+ position: relative;
+
+ iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ width: 100%;
+ height: 100%;
+ }
+
+ }
+
+
+ img, video, iframe {
max-width: 100%;
}
diff --git a/content/blogs/2023-09-19-kestra-terraform-partnership.md b/content/blogs/2023-09-19-kestra-terraform-partnership.md
index 532998d115..6a66e0f0b2 100644
--- a/content/blogs/2023-09-19-kestra-terraform-partnership.md
+++ b/content/blogs/2023-09-19-kestra-terraform-partnership.md
@@ -16,13 +16,13 @@ We're thrilled to announce a technology partnership with [Terraform](https://www
---
-## Why Terraform
+## Why Terraform
Our partnership with Terraform extends beyond technical integration. We both share a common vision of expressing not only software but also its infrastructure and configuration in code. With this partnership, you can manage even Zapier-style workflows according to proven software engineering practices.
----
+---
-## Elevating Your Workflows With Kestra's Terraform Provider
+## Elevating Your Workflows With Kestra's Terraform Provider
![Terraform Kestra](/blogs/2023-09-19-kestra-terraform-partnership/terraform-kestra.png)
@@ -37,18 +37,20 @@ Moving data pipelines from development to production comes with its own set of c
### Supercharge Your CI/CD with Terraform & Kestra
Bring Kestra into your CI/CD pipelines using Terraform Cloud or GitHub Actions. By doing so, you can automate your infrastructure provisioning and maintenance. With a GitHub Actions workflow, you can also validate and deploy flows directly into specific namespaces, ensuring that your mission-critical workflows are as agile and adaptable as your infrastructure.
-
+