.brand-selection {
    align-content:center;
    background-color: #f6f7f8;
    height: 40px;
    overflow:hidden;
}
.brand-holder{
    float:left;
    height:40px;
    display: inline-block;
}

.brand {
    height:40px;
    padding: 5px;
    cursor: pointer;
}
.brand:hover {
    opacity: 0.5;
}