/* Just a parent container for the videos */
.videos {
  margin: 20px auto;
  max-width: 700px;
}
/* Individual video container */
.video-wrap {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}
img.video-placeholder {
  /*-webkit-filter: grayscale; !*sepia, hue-rotate, invert....*!*/
  /*-webkit-filter: brightness(50%);*/
  filter: grayscale; /*sepia, hue-rotate, invert....*/
  filter: brightness(50%);
}
/* video poster frame or placeholder image */
.video-wrap .video-placeholder {
  max-width: 700px;
  width: 100%;
}
/* SVG play button container */
.video-wrap .play-btn {
  position: absolute;
  max-width: 700px;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.video-wrap .play-btn svg {
  transition: all .2s ease;
  fill: #fff;
}
.video-wrap .play-btn:hover svg,
.video-wrap .play-btn:focus svg {
  cursor: pointer;
  /*fill: #333399;*/
  fill: #bbbbbb;
}
/* adjust your icon size, add different breakpoints as needed */
@media screen and (max-width: 600px) {
  .video-wrap .play-btn {
    width: 70px;
    height: 70px;
  }
}
#videoModal .modal-dialog {
  max-width: 900px;
}
.vs-term-archive {
  font-size: 1.25em;
  font-weight: 500 ;
}
.entry-meta,.entry-title{
  margin-bottom: 5px;
}
.vs-term-single {
  font-size: 1.5em;
  font-weight: 500 ;
}

a.featured-video-title{
  color:#ffffff;
}
a.featured-video-title:hover{
  color:#ffffff;
}
