.video-section {
  background: #20252e;
}
.panel-text p {
  text-align: left;
  color: #ffffff;
}

.video-section h2 {
  background: #6e69d1;
  background: rgb(22,195,204);
  background: -moz-linear-gradient(60deg, rgba(22,195,204,1) 0%, rgba(110,105,209,1) 33%, rgba(232,79,217,1) 66%, rgba(255,173,51,1) 100%);
  background: -webkit-linear-gradient(60deg, rgba(22,195,204,1) 0%, rgba(110,105,209,1) 33%, rgba(232,79,217,1) 66%, rgba(255,173,51,1) 100%);
  background: linear-gradient(60deg, rgba(22,195,204,1) 0%, rgba(110,105,209,1) 33%, rgba(232,79,217,1) 66%, rgba(255,173,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16c3cc",endColorstr="#ffad33",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 150%;
}

.feed-video {
  width: 48.5%;
  width: 360px;
  margin: 25px 20px;
  border-radius: 5px;
  overflow:hidden;
}

.feed-video .small-header {
  background: #6e69d1;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  line-height: 200%;
  margin-bottom: 15px;
}
}