.textHidenforContent {
    display: block;
    overflow: hidden;
    max-height: 150px;
    white-space: nowrap;
    font-size: 0.8em;
    text-overflow: ellipsis;
  }

.thumbnailImg{        
    width: 300px; 
    height: 500px;
    overflow: auto;
}

.thumbnailImg img{  
  width: 100%;
  height: auto;
  display: block;
}

.newsType{
  max-height: 180px;
  width: auto;
}



.galleryItem {
  flex: 1 1 auto;
  padding-top: 0.35rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
   padding-left: 1.25rem;
}



