.brands-carusel .flickity-slider {
display: flex;
align-items: center;
}
.brands-item {
position: relative;
padding: 1rem;
display: flex;
justify-content: center;
align-items: center;
height: 9.5rem;
}
.brands-item.item-style {
height: 9.5rem;
}
.brands-item img {
display: block;
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
.brands-min {
display: flex;
justify-content: center;
align-items: center;
min-height: 100%;
max-width: 7.5rem;
margin: 0 auto;
}
.brands-min img {
display: block;
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
@media only screen and (min-width: 480px) {
.brands-item {
height: 12rem;
}
.brands-item.item-style {
height: 12rem;
}
.brands-min {
max-width: 10rem;
}
}