.logos--section .tickercontainer {
	position: relative;
}

.logos--container {
	padding: 60px 30px 0px;
}

.logos--section.lwh-dark-theme .tickercontainer:after,
.logos--section.lwh-dark-theme .tickercontainer:before,
.logos--section.white-mod .tickercontainer:after,
.logos--section.white-mod .tickercontainer:before {
	content: "";
	position: absolute;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	width: 2em;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.logos--section.white-mod .tickercontainer:after {
	left: auto;
	right: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.logos--section.lwh-dark-theme .tickercontainer:before {
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.logos--section.lwh-dark-theme .tickercontainer:after {
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.logos--title {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #3A5699;
}

@media (min-width: 900px) {
	.logos--title {
		font-size: 60px;
		line-height: 72px;
		margin-bottom: 50px;
	}

	.logos--container {
		padding: 85px 30px 0px;
	}
}

.logos--wrap {
	list-style-type: none;
	padding: 0;
}

.logos--logo {
	height: 80px;
	width: 195px;
}

.logos--logo-image {
	padding: 0 25px;
	height: 100%;
	line-height: 0;
}
