.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;
}

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

.sharepage-play-area {
  margin-top: 0 !important;
  position: relative;
}

.brochure-tabs {
  display: grid;
  grid-template-columns: 50% 50%;
}

.tab-audhor-info {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: 'SF Pro Text';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-align: center;
}

.tab-clips-info {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: 'SF Pro Text';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-align: center;
}

.brochure-media-count-card {
  border: none;
}

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

@media not all and (min-resolution:.001dpcm) {
  .sharepage-prefered-player {
    position: relative;
    transform: translateX(-50%);
  }
}
 
.rightarrow {
  position: absolute !important;
  right: 2.5% !important;
  top: 30vh !important;
  height: 0 !important;
}

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

.caption-grid {
  display: block;
  width: 100%;
  transition: all 1s ease-in-out;
  height: auto;
}

.caption-grid>.sharepage-prefered-player {
  padding: 0px;
  width: 100%;
  display: block;
  top: 0;
}

.caption-non-grid {
  display: contents;
  transition: all 1s ease-in-out;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .caption-grid {
    display: block;
    width: 100%;
    transition: all 1s ease-in-out;
    height: calc(100vh - 3rem);
    position: absolute;
  }

  .caption-grid>.sharepage-prefered-player {
    display: contents;
  }

  .caption-grid .sharepage-prefered-player .simple-light-arrow-right {
    right: 1rem !important;
    top: 50%;
  }

  .caption-grid .sharepage-prefered-player .simple-light-arrow-left {
    left: 1rem !important;
    top: 50%;
  }
}

.offcanvas-extended-width {
  min-width: 100%;
}