/*for Demo Only*/
.demo-row {
  background-color: #333;
  padding: 50px 0;
}


/*Implement*/
.sponsor-feature {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 150px;
    display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

img{
	width: 100%;
	max-width: 200px;	
}

#id-sponsors .carousel {
    margin-bottom: 20px;	
}
#id-sponsors .item {
    padding-bottom: 20px;	
}
#id-sponsors .carousel-indicators {
    bottom: -25px;
}

.item {
	padding= 0 10px;
}