.video-row {
  display: flex;
  gap: 2rem;
  padding-left: 15px;
  flex-wrap: nowrap;
  max-width: 1150px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  position: relative;
}
.featured-videos .video-row {
  max-width: unset;
}

.video-row::-webkit-scrollbar {
  display: none;
}

button.arrow-button-right {
  color: var(--avixa-eggplant, #3f1833);
  background: var(--avixa-yellow, #f6ca15);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: none;
  z-index: 2;
  position: relative;
  content: "f061";
  position: absolute;
  top: 73px;
  right: 0;
}
button.arrow-button-right:hover {
  cursor: pointer;
}

button.arrow-button-left {
  color: var(--avixa-eggplant, #3f1833);
  background: var(--avixa-yellow, #f6ca15);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: none;
  z-index: 2;
  position: relative;
  content: "f061";
  position: absolute;
  top: 73px;
  left: 0;
}
button.arrow-button-left:hover {
  cursor: pointer;
}

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

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

.xchange-gallery-feed .video-label {
  font-size: 30px;
  color: #fff;
  text-decoration: underline;
}

.xchange-gallery-feed .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: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: auto;
}

.xchange-gallery-feed .video-thumbnail-title__title {
  color: #fff;
}

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

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

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