.jw-player-playlist-gallery-landing {
  display: flex;
  flex-direction: column;
  height: unset;
}
:where(.sfPageEditorWrp) .jw-player-playlist-gallery-landing {
  overflow-y: clip;
}

.jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing) {
  position: relative;
  z-index: 1;
}
.jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing) > * {
  z-index: 1;
  position: relative;
}
.jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background-color: var(--avixa-purple, #3f1833);
  height: 100%;
  content: "";
  display: block;
  top: 0;
  z-index: 0;
  position: absolute;
}
.jumbotron + .jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
  margin-top: 0px;
}
.jumbotron.no-title + .jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
  margin-top: -40px;
}
@media (width < 768px) {
  .jw-player-playlist-gallery-landing {
    height: unset;
  }
}

.label-view-all-nested-row {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.video-label {
  font-size: 30px;
  color: var(--avixa-yellow, #f6ca15);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  cursor: pointer;
  margin: 30px 0;
}

.playlist-sponsor-by {
  align-self: flex-start;
  background-color: #ece2b9;
  color: var(--avixatv-purple-darker, #20101C);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  padding-inline: 0.5rem;
  flex-basis: auto;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: auto;
  text-transform: uppercase;
}

.playlist-sponsor-by a,
.playlist-partner-by a,
.playlist-sponsor-by a:visited,
.playlist-partner-by a:visited {
  color: var(--avixatv-purple-darker, #20101C) !important;
}

.playlist-partner-by {
  align-self: flex-start;
  background: var(--avixatv-blue-light, #c8d8f5);
  color: var(--avixatv-purple-darker, #20101C);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  padding-inline: 0.5rem;
  flex-basis: auto;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: auto;
  text-transform: uppercase;
}

.sponsored-video-background {
  background: var(--avixa-eggplant, #3f1833);
}

.video-full-playlist {
  flex-basis: 90%;
  font-size: 18px;
  color: #ECE2B9;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin-top: 10px;
}
@media (width < 768px) {
  .video-full-playlist {
    left: 32%;
  }
}
@media (width < 576px) {
  .video-full-playlist {
    left: 30%;
  }
}

.video-full-playlist:hover {
  color: #ECE2B9;
}

.view-all {
  margin-bottom: 25px;
  margin-top: 5px;
}

.view-all a {
  text-decoration: underline;
}

.fa-angle-right {
  color: #ECE2B9;
  font-size: 27px;
  position: absolute;
}

.video-hr {
  margin-top: 65px;
  margin-bottom: 0;
}

/*# sourceMappingURL=List.JwPlayerPlaylistGallery_Landing.css.map */
