a {
  text-decoration: none;
}

.duration {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 14px;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: rgba(255,255,255,0.75);
}

.container_thumb {
  position: relative;
  border-color: #16181b;
  border-radius: 10px;
}

.video_title {
  color: white;
}

.video_title:hover {
  color: magenta !important;
}

img {
}

