.jw-gallery-landing__scroll-row-container {
  position: relative;
}

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

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

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

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