diff --git a/common/static/common/js/components/UpsellExperimentModal.jsx b/common/static/common/js/components/UpsellExperimentModal.jsx
index c371731841..d0d565277f 100644
--- a/common/static/common/js/components/UpsellExperimentModal.jsx
+++ b/common/static/common/js/components/UpsellExperimentModal.jsx
@@ -29,14 +29,29 @@ export class UpsellExperimentModal extends React.Component {
(
Course Activity Streak
Did you know the learners most likely to complete a course log in every week? Let us help you track your weekly streak - log in every week and learn something new! You can also see how many of the other learners in your course logged in this week.
+
),
(
Grade Progress
Wonder how you're doing in the course so far? We can not only show you all your grades, and how much each assignment is worth, but also upcoming graded assignments. This is a great way to track what you might need to work on for a final exam.
+
),
(
Discussion engagements
A large percentage of successful learners are engaged on the discussion forums. Compare your forum stats to previous graduates!
+
),
];
const body = (
diff --git a/lms/static/sass/_experiments.scss b/lms/static/sass/_experiments.scss
index 4356fa8acf..6f9d4e5b6e 100644
--- a/lms/static/sass/_experiments.scss
+++ b/lms/static/sass/_experiments.scss
@@ -449,6 +449,7 @@
left: 10px;
position: absolute;
color: black;
+ line-height: 24px;
}
.js-carousel-nav {
@@ -487,6 +488,14 @@
padding-bottom: 10px;
}
+ .feature-screenshot {
+ width: 250px;
+ margin-top: 15px;
+ margin-left: auto;
+ margin-right: auto;
+ padding-bottom: 15px;
+ }
+
@media only screen and (max-width: 600px){
.slick-slide.carousel-item {
min-width: 0;