#news-container{
	position:relative;
	height:80px;
	width:90%;
	margin-top:10px;
	background-color:rgba(0,0,0,.5);
	margin-left:40px;
	padding:10px 10px 0px 10px;
	border-radius:5px;
}
.neteuro-news-single{
	position:absolute!important;
	top:100%;
	opacity: 0;
	left:10px;
	display:inline-block;
	width:100%;
	position:relative;
	transition: all .25s linear;
	box-sizing: border-box;
}
.neteuro-news-single.active{
	opacity: 1;
	top:10px;
}

.neteuro-news-image{
	height: 60px;
	width: 100px;
	display:inline-block; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.neteuro-news-title{
	box-sizing: border-box;
	width:calc(95% - 150px);
	vertical-align:top;
	color:#fff;
	display:inline-block;
	padding-left:20px;
}