.df-videos_title {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 0.3125rem;
  left: 1.875rem;
}

.df-videos .lazy-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4.375rem;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(black, rgba(0, 0, 0, 0));
  background-image: linear-gradient(black, rgba(0, 0, 0, 0));
}
