html.ac-ls-visible .page-keynote .section-hero .fixed-content-wrap{
  top: 256px;
}

@media only screen and (max-width: 1068px) {
    html.ac-ls-visible .page-keynote .section-hero .fixed-content-wrap {
        top: 236px;
    }
}

@media only screen and (max-width: 767px) {
    html.ac-ls-visible .page-keynote .section-hero .fixed-content-wrap {
        top: 306px;
    }
}

/* hide cc button start */
.ac-video-icon.controls-text-tracks-toggle-button {
  display: none;
}
.ac-video-icon.controls-text-tracks-toggle-button.text-tracks-visible {
  display: none;
}
/* hide cc button end */