.nextup {
  display: flex;
}

.nextup__item {
  position: relative;
}

.nextup__item:last-child {
  margin-right: 0;
}

.nextup__img {
  width: 100%;
}

.nextup__mask {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  width: 100%;
  height: 50%;
}

.video-container.stuck .nextup {
  display: none;
}

