@charset "UTF-8";

#brandList .imageA {
  max-width: 30%;
}
#brandList .imageB {
  max-width: 68%;
}
@media screen and (min-width: 768px) {
  #brandList .imageA, #brandList .imageB {
    max-width: 100%;
  }
}