.videothumb {
  width: 100%;
  float: left;
  padding-left:1px;
}
.videothumb .imglink {
  display: block;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.videothumb .star-name {
  float: left;
  line-height: 15px;
  font-size: 13px;
  max-width: 100%;
    width: 100%;
  margin-bottom: 0px;
  white-space: nowrap;
  padding: 2px 0px;
  max-height: 20px;
}
.videothumb .star-name a:hover {
  color: #dadada;
}
.videothum .glyphicon.glyphicon-play-circle.movie-time {
    color: #ffffff;
}
.videothumb .sub-info {
  width: 100%;
  padding-right: 5px;
  font-size: 12px;
  color: #808b8d;
  margin-top: 5px;
}
.videothumb .videotitle {
  white-space: nowrap;
  height: 15px;
  display: block;
}
.videothumb .video-info {
  margin: 0px;
}
.videothumb p {
    padding: 1px 0px 3px 0px;
    margin: 1px 1px 0px 1px;
    overflow: hidden;
}
.videothumb p a {
    font-size: 14px;
    line-height: 14px;
}
.videothumb .video-title {
  white-space: nowrap;
  height: 15px;
  width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videothumb .thumb-overlay {
    position: absolute;
    top: 0px;
}
@media only screen and (min-width : 768px) {
  .videothumb {
    width: 50%;
  }
  .videothumb .star-name {
    max-width: 100%;
    white-space: normal;
    padding: 3px 0px;
  }
  .videothumb .sub-info {
    width: auto;
    margin-top: 0px;
  }
  .video-title {
    width:50%;
    float:left;
  }
}
@media only screen and (min-width : 992px) {
  .videothumb {
    width: 25%;
  }
  .videothumb .star-name {
    max-width: 100%;
    white-space: normal;
    padding: 3px 0px;
    min-height: 20px;
  }
  .videothumb .sub-info {
    width: auto;
    margin-top: 0px;
  }
  .video-title {
    width:50%;
    float:left;
  }
}

.box-stretch.videothumb {
    width: 100%;
    display: block;
    overflow: hidden;
}
.upgrade-modals {
  background: #161616;
  padding: 10px;
}