
/*------------------------------------*\
#request by client to make news banner shorter 
\*------------------------------------*/
.NewsBanner-text {
margin-top:0;
}
.NewsBanner-item {
height: 38px;
}

/*------------------------------------*\
#add live now yellow banner
\*------------------------------------*/

.livenowbanner .CardList-item.CardList-item-margin--default {
margin: 0 auto;
}

.frankly-core-ComponentContainer.livenowbanner {
background-color: #ffc61a;
}

.livenowbanner .CardList-item-title {
font-size: 25px;
}



.livenowbanner .CardList-item-imageContainer-image img {
    height: 87px;
}