diff --git a/index.html b/index.html
index 7eacc81..7b20f8c 100644
--- a/index.html
+++ b/index.html
@@ -42,9 +42,9 @@
diff --git a/sass/style.scss b/sass/style.scss
index 42001a3..d0dacf9 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -215,7 +215,7 @@ body.noscroll {
video {
width: 100%;
border-radius: 2rem;
- box-shadow: 0 0 85px 0 rgba(194,66,66,0.75);
+ box-shadow: 0 0 90px 20px rgba(194,66,66,0.75);
transition: box-shadow 1s ease;
}
}