p.subvideoTitle {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
    height: 55px;
    text-align: left !important;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

.listimagesmall img {
    width: 100%;
    border-radius: 15px;
    height: 140px !important;
    /* width: 250px !important; */
    max-width: 100%;
    max-height: 100%;
}

.node-item.listimage img {
    width: 100%;
    border-radius: 15px;
}
.videolist p {
    /* margin-left: 10px; */
    padding-top: 0px;
}
.subvideoDatesmall
{
  color: #acabab;
  font-size: 11px;
}
.subvideoDate
{
  color: #acabab;
  font-size: 11px;
}
.node-item a h3 strong {
  color: #353535;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait)
{
.videolist p {
    margin-left: 0px;
    padding-top: 5px;
    line-height: 17px;
    font-size: 10px !important;
}
.subvideoDisc {
    margin-bottom: 0px !important;
  }
  .listimagesmall {
    margin-top: 20px !important;
  }
  .subvideoTitle {
    margin-bottom: 0px !important;
    height: auto !important;
  }
}