div.latest_section_stories_header{
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    border-radius: 6px;
    font-weight: bold;
    height: 30px;
}
div.latest_section_stories_sub_header{
    height: 0;
}
div.latest_section_stories_container div.latest_section_stories{
    padding: 2%;
    line-height: 1.2;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px
}
div.latest_section_stories_container div.latest_section_stories:hover{
    background: #ECECEC;
}
div.latest_section_stories_container div.time{
    display: none;
}
div.latest_section_stories_container div.latest_section_stories_footer{
    text-align: center;
    background-color: #eeeeee;
    padding: 8px 0px;
    font-family: 'Ubuntu';
    font-weight: 600;
    font-size: 12px;
}
div.latest_section_stories_container div.latest_section_stories_footer span.glyph_button{
    color: #b40000;
}
div.latest_section_stories_container div.latest_section_stories{
    vertical-align: middle;
}
div.latest_section_stories_container div.latest_section_stories{
    border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
    div.latest_section_stories_container div.latest_section_stories{
        vertical-align: middle;
    }
}
@media (min-width: 768px) and (max-width: 991px) { 
    div.latest_section_stories_container div.latest_section_stories{
        vertical-align: middle;
    }
}
@media (min-width: 992px) {
    div.latest_section_stories_container div.latest_section_stories{
        border-bottom: 1px solid #ccc;
    }
}
/*@media (min-width: 992px) {
  div.latest_section_stories_container div.latest_section_stories:nth-child(16),
  div.latest_section_stories_container div.latest_section_stories:nth-child(17),
  div.latest_section_stories_container div.latest_section_stories:nth-child(18),
  div.latest_section_stories_container div.latest_section_stories:nth-child(19),
  div.latest_section_stories_container div.latest_section_stories:nth-child(20), 
  div.latest_section_stories_container div.latest_section_stories:nth-child(21), 
  div.latest_section_stories_container div.latest_section_stories:nth-child(22), 
  div.latest_section_stories_container div.latest_section_stories:nth-child(23) {
    display: none;
  }
}*/
div.latest_section_stories_container div.latest_section_stories_content{
    overflow:hidden;
}
@media (max-width: 768px){
    div.latest_section_stories_container div.latest_section_stories_content{
        overflow:hidden;
    }
    div.latest_section_stories_container{
        margin-bottom: 20px;
    }
}

/********** WHAT'S HOT *****************/

#showbiz_whats_hot .latest_article{/*margin-left:-15px;*/ width:100%; /*max-width:280px*/}
#showbiz_whats_hot .showbiz_logo{height:60px; background:#CD3AA5; border-radius:4px 4px 0 0;}
#showbiz_whats_hot .whats_hot{background:#86226B; color:#fff; height:30px; margin-bottom:10px; font-size:19px; font-family:"Ubuntu, Condensed", sans-serif; font-weight:bold}
#showbiz_whats_hot .latest_article_content_main{position:relative; height:110px}
#showbiz_whats_hot .latest_article_img{position:absolute; top:0; left:0}
#showbiz_whats_hot .latest_article_content{position:absolute; top:-7px; left:125px; height:96px; overflow:hidden}
#showbiz_whats_hot .latest_article_title{width:95%}
#showbiz_whats_hot h5.latest_article_title{font-size:16px}
#showbiz_whats_hot .latest_article_teaser{font-size:14px; width:95%; color:#333}
@media screen and (max-width: 767px){
    #showbiz_whats_hot .whats_hot{margin-top:10px}
    #showbiz_whats_hot .latest_article_content{position:absolute; overflow:hidden}
}

/**************** PEP ********************/
#pepHldr .showbiz_pep_thumb{padding:0}
#pepHldr .pepHldr img{width:245px; height:190px}
#pepHldr .pepHldr.mystream img{width:100%; height:90px}
#pepHldr .showbiz_pep_thumb > div {height:127px; overflow:hidden; line-height: 15px;}
#pepHldr .ellipsis{
    overflow: hidden;
    margin-top:5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;     /* fallback */
    max-height: 32px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
}
#pepHldr .latest_article_view_more{background:#EEEEEE; width:100%; height:30px; padding-top:5px; margin-top:20px; font-weight:bold}

#pepHldr .pepHldr.mystream {
  width: 49.5%;
  padding: 0px;
  min-height: 120px;
}
#pepHldr .pepHldr.mystream:nth-child(even) {
  float: right;
}
#pepHldr .pepHldr.mystream:nth-child(odd) {
  float: left;
}

@media screen and (min-width: 100px) and (max-width: 320px){
    #pepHldr .showbiz_pep_thumb img{height:90px}
}

@media screen and (min-width: 321px) and (max-width: 767px){
    #pepHldr .showbiz_pep_thumb p{width:100%; font-size:16px;}
    #pepHldr .showbiz_pep_thumb img{width:100%; min-width:130px; max-width:240px; height:110px}
    #pepHldr .showbiz_pep_thumb div{height:162px;}
}

@media screen and (min-width: 768px) and (max-width: 991px){
    #pepHldr .showbiz_pep_thumb img, .showbiz_pep_thumb p{width:165px}
    #pepHldr .showbiz_pep_thumb div{height:142px;}
    
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    #pepHldr .showbiz_pep_thumb img, .showbiz_pep_thumb p{width:165px}
    #pepHldr .showbiz_pep_thumb div{height:127px;}
}

#pepHldr .pepHldr{
    min-height: 230px;
    margin-bottom: 5px;
}

#pepHldr .pepHldr .pepImgHldr {
    width: 100%;
    max-height: 190px;
    text-align: center;
    background: #000;
}

#pepHldr .pepHldr .pepImgHldr > img{
    max-width: 100%;
    max-height: 100%;
}
