diff --git a/site/templates/home.html b/site/templates/home.html
index 5cce499d3e..b563495637 100644
--- a/site/templates/home.html
+++ b/site/templates/home.html
@@ -78,15 +78,18 @@
.banner-text-wrapper h1 p {
color: #FF3171;
display: inline-block;
-
}
.banner-text-wrapper .line {
- width: 1px;
- height: 80px;
+ width: 0.8px;
+ height: 76px;
position: absolute;
- background: rgba(255, 255, 255, .5);
- top: 10px;
+ background: rgba(255, 255, 255, .44);
+ background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.03), rgba(255,255,255,0.6), rgba(255,255,255,0.03));
+ background-image: -moz-linear-gradient(top, rgba(255,255,255,0.03), rgba(255,255,255,0.6), rgba(255,255,255,0.03));
+ background-image: -ms-linear-gradient(top, rgba(255,255,255,0.03), rgba(255,255,255,0.6), rgba(255,255,255,0.03));
+ background-image: -o-linear-gradient(top, rgba(255,255,255,0.03), rgba(255,255,255,0.6), rgba(255,255,255,0.03));
+ top: 16px;
right: -25px;
}