ul.sponsors-list{
	list-style:none;
	margin:0;
	padding:0 0 40px 0;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

ul.sponsors-list li {
	position: relative;
	border: 1px solid #CCC;
	letter-spacing: 0px;
	padding: 8px;
	transition:all 0.3s ease;
	background-color: #FFF;
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
}
ul.sponsors-list li:before {
	position: relative;
	padding-top: 50%;
}
ul.sponsors-list li img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

	display: block;
	height:auto;
	margin: auto;
	max-width: 70%;
	max-height: 80%;
}
ul.sponsors-list li:hover{
	transform:scale(1.15);
}
ul.sponsors-list.event li:hover{
	transform:scale(1);
}




@media only screen and (max-width : 700px){
	ul.sponsors-list li {
		flex:0 0 calc((100% / 4) - 10px);
		margin: 5px;
	}
}

@media only screen and (min-width : 701px) {
	ul.sponsors-list li {
		flex:0 0 calc((100% / 5) - 10px);
		margin: 5px;
	}
}
