.promo-carousel {
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
	overflow: hidden;
}

.promo-carousel .item-wrap {
	transform: translateX(0px);
	width: 400%;
	position: relative;
	white-space: nowrap;
	display: flex;
}

.affiliation_item {
	background:#fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	margin: 0 10px 0 10px;
	text-align: center;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	width:130px !important;
	height:90px !important;
}
.affiliation_item img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
  line-height: 90px;
}
.affiliation_item a {
	text-decoration: none;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	height: 100%;
	padding: 10px 0;
}

.affiliation_item.active {
	background: #C0392B; }
	.item.active a {
	color: #fff;
}

@media (min-width: 768px) {
	.promo-carousel .item-wrap {width: 200%; }
}