.brand_list{
display:flex;
flex-wrap:wrap;
margin: 20px -20px 40px 0;
}
.brand_list_item{
display:flex;
justify-content:center;
align-items:center;
margin: 0 20px 20px 0;
width:10.9%;
height:70px;
border-radius:5px;
background:#eee;
position:relative;
}
.brand_list_item a{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:10;
}
.brand_list_item img{
max-width:90%;
max-height:90%;
}
.brand_list_item span{
text-align:center;
max-width:90%
}