/* Hide objects */

.news-tile-date {
    display: none !important;
}

/* Hide objects end*/

/* tile layout */

@media (min-width: 992px) {

    .news-tiles .news-tile{
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
	

/* tile layout end */

/* remove tag list */

.well
{
  	display: none;
}

/* remove tag list end */

/* news tile styling */

.panel
{
 	margin-bottom: auto;
  	border: none;
  	border-radius: 0;
    box-shadow: none;
  	background-color: #fffff;
  
}

.news-tile-tags
{
 display: none; 
}


.news-tile-date {
       display: none;
}

	  background: #fffff;
}

/* news tile styling end */

.news-tile-abstract p {
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
   }