diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php b/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
index 722c41411..121989990 100644
--- a/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
+++ b/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
@@ -139,6 +139,12 @@ function anon_upload_css() {
 			padding: 4px 12px;
 		}
 
+		@media screen and ( max-width: 518px ) {
+			#video-upload-form p.last {
+				text-align: center;
+			}
+		}
+
 		.page-template-anon-upload-template-php .wptv-hero {
 			padding: 20px;
 		}
