diff --git a/lms/templates/video.html b/lms/templates/video.html
index af361db82d..f4f4ec9a55 100644
--- a/lms/templates/video.html
+++ b/lms/templates/video.html
@@ -52,15 +52,8 @@ from openedx.core.djangolib.js_utils import (
% if download_video_link or public_video_url:
@@ -96,6 +101,7 @@ from openedx.core.djangolib.js_utils import (
% for item in transcript_download_formats_list:
-
+
<% dname = _("Download {file}").format(file=item['display_name']) %>
${dname}
diff --git a/xmodule/css/video/display.scss b/xmodule/css/video/display.scss
index 93a8f2f5a3..b4c6eb4c42 100644
--- a/xmodule/css/video/display.scss
+++ b/xmodule/css/video/display.scss
@@ -118,6 +118,11 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark
.transcript-option {
margin: 0;
+
+ a.btn , a.btn-link{
+ font-size: 16px !important;
+ font-weight: unset;
+ }
}
}
}