.duration {
  position: absolute;
  display: inline-block;
  left: 5px;
  bottom: 5px;
  color: white !important;
}

.itemsContainer {
  background: #000000;
  float: left;
  position: relative;
}

.itemsContainer:hover .play {
  display: block;
}

.play {
  position: absolute;
  display: none;
  top: 35%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  z-index: 100;
}

.filter_sec:hover {
  color: #f7961c;
}

.video_title:hover {
  color: #f7961c;
}

.video_title {
  color: white;
  text-decoration: none !important;
}

