.twlb{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    color: #888;
    font-weight: normal;
    background: #fff;
    font-style: unset;
    font-size: 16px;
    padding: 11px 0px;
    line-height: 1.52;}
    #alttext-container{width:100%;}
  @media screen and (max-width:640px){
   .ttt{width:100% !important;} 
    }   
    
    
