body {
    background-color: #000
}
a,a:focus,a:active,a:hover {
    color: #ddd;
    text-decoration: none
}
a:hover {
    text-decoration: none
}

.card-gray-bg {
  background-color: #222;
}
.text-truncate-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1;
  max-height: 3em;
}
.text-yellow {
    color: #f90
}
.card-img-height {
  height: 130px;
}
.videoplay {
    height: 700px;
}
@media (max-width: 750px) {
    .videoplay {
        height: 450px;
    }
}