diff --git a/content/en/_index.html b/content/en/_index.html
index 86c5495820..e87920524c 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -47,6 +47,7 @@ cid: home
+
Attend KubeCon in Shanghai on Nov. 14-15, 2018
diff --git a/static/css/styles.css b/static/css/styles.css
index f18ef1b184..4196307d73 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -529,7 +529,7 @@ html.search #docsContent h1 { margin-bottom: 0; border-bottom: 0; padding-bottom
#video #desktopKCButton { position: relative; font-size: 18px; background-color: #303030; border-radius: 8px; color: #ffffff; padding: 20px 10px 20px 10px; }
-#video #desktopShowVideoButton { position: relative; font-size: 24px; background-color: white; border-radius: 8px; color: #3371e3; padding: 15px 30px 15px 80px; margin-bottom: 15px; }
+#video #desktopShowVideoButton { position: relative; font-size: 24px; background-color: white; border-radius: 8px; color: #3371e3; padding: 15px 30px 15px 80px; }
#video #desktopShowVideoButton:before { content: ""; position: absolute; position: absolute; top: 50%; left: 40px; transform: translate(-50%, -50%); width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 20px; border-color: transparent transparent transparent #3371e3; }