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

.playlist-sponsor-by {
  display: inline-block;
  background-color: #ece2b9;
  text-transform: uppercase;
  color: var(--avixatv-purple-darker, #20101C);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  padding-inline: 0.5rem;
  font-size: 1rem;
  margin: 0 0 20px 0;
}

.company-site {
  display: inline-block;
  background-color: transparent;
  color: var(--avixa-tan, #fcf3e7);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  padding: 10px;
  font-size: 1rem;
  margin: 0 0 20px 0;
  border: solid 2px var(--avixa-tan, #fcf3e7);
  border-radius: 50px;
}

.company-site a {
  color: var(--avixa-tan, #fcf3e7);
}

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

.video-row {
  display: flex;
  gap: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.jw-player-playlist-gallery__ru-container {
  width: 272px;
}

.video {
  flex: 1;
  margin-left: 20px;
  max-width: 272px;
  margin-bottom: 35px;
}

.video-duration {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  color: #262626;
  font-size: 0.875rem;
  font-family: "Apercu", Calibri, Arial, sans-serif;
  position: relative;
  top: 11%;
  left: 75%;
}

.video-info-row {
  margin-left: 0;
  margin-right: 0;
}

.video-full-playlist {
  font-size: 18px;
  color: #ECE2B9;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin-top: 10px;
}

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

@media (max-width: 768px) {
  .video-full-playlist {
    left: 32%;
  }
  .video-duration {
    left: 70%;
    top: 15%;
  }
  .jw-player-playlist-gallery__ru-container {
    width: 380px;
  }
}
@media (max-width: 420px) {
  .video-duration {
    left: 72%;
  }
  .video-full-playlist {
    left: 30%;
  }
  .video {
    margin-left: 50px;
  }
}

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