.brand img {
  width: 105%;
  height: 105%;
}

@media (max-width: 760px) {
  .brand img {
    width: 100%;
    height: 100%;
  }
}
