/*.rstpl-brand.image{
   width: 20%;
}*/

/* On screens that are 1211px wide or less, go from four columns to two columns */
@media screen and (min-width: 1211px) {
.rstpl-brand.image {
    width: 15%;
  }
}

/* On screens that are 1200px wide or less, go from four columns to two columns */
@media screen and (min-width: 1200px) {
.rstpl-brand.image {
    width: 11%;
  }
}

/* On screens that are 1211px wide or less, go from four columns to two columns */
@media screen and (max-width: 1211px) {
.rstpl-brand.image {
    width: 20%;
  }
}

/* On screens that are 992px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 992px) {
.rstpl-brand.image {
    width: 40%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.rstpl-brand.image {
    width: 60%;
  }
}