.mobile-start-overlay {
  background: none !important;
}

.mobile-start-overlay svg.play-icon {
  width: 80px !important;
}

.mobile-start-overlay svg.play-icon circle {
  fill: #6b6a69 !important; /* fallback */
  stroke: #6b6a69 !important; /* fallback */
  fill: var(--highlight-color) !important;
  stroke: var(--highlight-color) !important;
  stroke-width: 2px;
  opacity: 1;
  transition: default .4s cubic-bezier(.4, 0, .2, 1);
}

.mobile-start-overlay svg.play-icon path {
  transition: default .4s cubic-bezier(.4, 0, .2, 1);
}

.mobile-start-overlay svg.play-icon:hover circle {
  fill: #fff !important;
  stroke: #fff !important;
  transition: default .4s cubic-bezier(.4, 0, .2, 1);
}

.mobile-start-overlay svg.play-icon:hover path {
  fill: var(--highlight-color) !important;
  transition: default .4s cubic-bezier(.4, 0, .2, 1);
}

.mobile-start-course-title {
  display: none !important;
}