.box-manufacturer {
    overflow: auto;
	display: inline-block;
    text-align: center;
}
.box-manufacturer > div {
display: inline-block;
    text-align: center;
    padding: 0;
    margin: 3px;
}
.box-manufacturer .image {
    text-align: center;
}
 
