.dvdthumb img {
  max-height: 294px !important;
}
.dvdthumb.col-lg-1of5 {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  padding: 0px 15px !important;
}
.dvd-info {
  margin: 0px;
  padding: 5px 3px 2px;
  border: 1px solid #232323;
  background-color: #121212;
  overflow: hidden;
}
.star-name a {
  width:98%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.star-name a:hover {
  color:#DADADA;
}
.favorites span,
.views span{
    display: block;
    text-align: center;
    font-size: 19px;
    color: #fff !important;
}
.favorites {
    position: absolute;
    background-color: rgba(000, 000, 000, .5);
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 3px 0px 0px;
    left: 5px;
    top: 80%;
}
.views {
    position: absolute;
    color: #fff;
    background-color: rgba(000, 000, 000, .5);
    padding: 3px 0px 0px;
    width: 50px;
    text-align: center;
    font-size: 17px;
    top: 80%;
    right: 5px;
}
.hd {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 1px 5px 0px;
    background-color: rgba(000, 000, 000, .5);
}
.coverContainer {
    position: relative;
}
p.dvd-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width : 439px) {
  .views
  .favorites {
      top: 70% !important;
  }
}


@media only screen and (max-width : 1200px) {
  .views,
  .favorites {
      top: 80%;
  }
}

@media only screen and (max-width : 992px) {
  .views,
  .favorites {
      top: 80%;
  }
}

@media  (max-width : 768px) {
  .views,
  .favorites {
      top: 85%;
  }
  .dvdthumb img {
    max-height: 100% !important;
  }
}