    .box_round_bandi{float: left;
    border: 4px double #e6e6e6;
    height: 450px;
    margin-bottom: 4%;
	}
	
	img.img-thumbnail-bandi {
    padding: 0.25rem;
    background-color: #fff;
    border-radius: 0.25rem;
    max-width: 100%;
    height: 200px;
}

.blog_title_3items h4 a
{
    font-size: 16px/20px;
    color: #272727;
    padding-right: 11px;
    text-transform: none;
	border-bottom: none;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient: vertical;
}

div.postsummary.status > p {
    padding: 5px  0px 0px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }