.tx-dt-logostream{
	width: 100%;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
}

.tx-dt-logostream{
}

.tx_dt-logostream-items{
	overflow: hidden;
}

li.tx_dtlogostream-category-title,
li.tx_dt-logostream-item {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	float: left;
	background-image: none;
}

li.tx_dt-logostream-item{
	width: 200px;
	height: 180px;
	padding: 10px;
	background-image: none;
	background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120px auto;
}

.tx_dt-logostream-item > a{
	display: inline-block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

li.tx_dtlogostream-category-title{
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-content ul li.tx_dt-logostream-item::before{
	content: "";
}

@media screen and (max-width: 768px) {
	li.tx_dt-logostream-item{
		width: 110px;
		height: 100px;
		background-size: 80px auto;
	}	
}