.container-fluid {
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
}

.prog-name {
  font-size: 1.75rem;
  padding: 1.5rem 0 1.5rem 0;
}

.cta .cta-headline {
  font-size: 1rem;
}

hr.hrclass {
  margin-bottom: 0.5rem;
  border: 0;
}

.media-clips-list {
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.media-row-line {
  border: 0.75px solid rgba(0, 0, 0, 0.1);
}

.media-clips-cnt {
  text-align: right;
}

.media-clips-list .clip-thumbnail {
  width: auto;
}

#left-bar-desc {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.rightarrow {
  position: absolute !important;
  right: 2.5% !important;
  top: 35vh !important;
  height: 0 !important;
}

.leftarrow {
  position: absolute !important;
  left: 2.5% !important;
  top: 35vh !important;
  height: 0 !important;
}

.media-clips-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brochure-page-media-list {
  padding-bottom: 3rem;
  max-height: 90vh !important;
  overflow: auto !important;
}

.tabs-control {
  display: block !important;
}

.brochure-clips-info {
  display: none;
}

.sharepage-prefered-player {
  display: block;
  margin: initial !important;
  position: absolute;
  width: 100%;
  top: 2.975rem;
}

.simple-light-arrow-right {
  position: absolute;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}

.simple-light-arrow-left {
  position: absolute;
  left: 1rem;
  z-index: 1;
  cursor: pointer;
}
 
.chaptering-player-canvas {
  height: fit-content !important;
}

@media screen and (orientation: landscape) {
  .play-area {
    margin-top: 0 !important;
  }

  .chaptering-player-canvas {
    position: initial;
    top: 0;
    transform: translateY(0%);
  } 
}
 
.caption-grid>.sharepage-prefered-player {
  padding: 0px;
  width: 100%;
  display: block;
  top: 0;
}

#autoScrollContainer {
  position: fixed !important;
  width: 100% !important;
}

.video-js .skip-back,
.video-js .skip-forward {
  display: none;
}

.sharepage-media-player {
  display: contents;
}


.disclaimer-text-box {
  border: none !important;
  height: 100%;
  resize: none;
} 

.download-content-grid {
  grid-template-columns: 52px auto !important;
}

.download-content-compile {
  grid-template-columns: auto !important;
}

.cta-bar-chaptering {
  position: relative;
  bottom: 0;
  width: 100%;
}
 
.chap-media-container {
  height: auto;
}

.chaptering-page-footer {
  position: fixed;
  bottom: 0;
}