.license{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.license .litem {
	width: 14.285%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.license .litem.horizontal{
	width: 28.57%;
}
.license .litem a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	/*box-shadow: 2px 2px #dcdcdc;*/
}
.license .litem img {
	height: 100%;
	max-height: 18vw;
	box-shadow: unset;
	background: unset;
	width: auto;
}

@media (max-width: 1600px){
	.license .litem{
		width: 16.66667%;
	}
	.license .litem img{
		max-height: 20vw;
	}
	.license .litem.horizontal{
		width: 33.33333334%;
	}
}
@media (max-width: 1024px){
	.license .litem{
		width: 20%;
	}
	.license .litem.horizontal{
		width: 40%;
	}
	.license .litem img{
		max-height: 25vw;
	}
}
@media (max-width: 800px){
	.license .litem{
		width: 50%;
	}
	.license .litem.horizontal{
		width: 100%;
	}
	.license .litem img{
		max-height: unset;
		height: auto;
	}
}