.xchange-gallery-feed {
  background-color: var(--avixa-yellow, #f6ca15);
  padding: 0px 5%;
}

.xchange-gallery-feed .video-label {
  font-size: 30px;
  color: var(--avixa-eggplant, #3f1833);
  text-decoration: underline;
}

.featured-videos .jw-landing-gallery__video-thumbnail-container {
  width: 290px;
  height: 400px;
  overflow-y: visible;
}

.xchange-gallery-feed button.arrow-button-left {
  color: var(--avixa-yellow, #f6ca15);
  background: var(--avixa-eggplant, #3f1833);
}

.xchange-gallery-feed button.arrow-button-right {
  color: var(--avixa-yellow, #f6ca15);
  background: var(--avixa-eggplant, #3f1833);
}

.xchange-gallery-feed .video-thumbnail-title__title:hover, .video-thumbnail-title__title:focus, .video-thumbnail-title__title:active, .video-thumbnail__link:hover .video-thumbnail-title__title {
  color: var(--avixa-eggplant, #3f1833);
  text-decoration: underline;
  text-decoration-color: var(--avixa-eggplant, #3f1833);
  text-decoration-thickness: auto;
}

.xchange-gallery-feed .video-thumbnail-title__title {
  color: var(--avixa-eggplant, #3f1833);
}

.xchange-gallery-feed .video-thumbnail-title {
  margin-top: 4%;
}

.external-link-img {
  height: 20px !important;
  width: 20px !important;
  margin-left: 20px;
  display: inline !important;
  margin-bottom: 10px;
}

.channel-text {
  font-size: 16px;
  color: var(--avixa-eggplant, #3f1833);
  text-transform: uppercase;
  margin-top: 20px;
}

.publication-date {
  color: var(--avixa-eggplant, #3f1833);
}

/*.author-name {
    @include font-family-euclid-bold;
    font-size: 18px;
    color: $color-avixa-eggplant;
}

.author-image {
    border-radius: 50%;
    height: 58px !important;
    width: 58px !important;
}*/
.xchange-video-details {
  display: flex;
  padding-top: 20px;
  gap: 1em;
  align-items: center;
}

/*# sourceMappingURL=XchangeGallery.css.map */
