/* DEFAULT */
@media only screen {
  .brand, .equipment {
    margin: 0 auto;
    width: 280px;
  }
  .brand-logo {
    height: 76px;
    width: 280px;
  }
  .cane-img {
    height: 90px;
    width: 100px;
  }
  .canes {
    margin: 1px auto;
    min-width: 13%;
  }
  .dme, .wheelchair {
    height: 280px;
    width: 280px;
  }
  .scooter {
    border: 1px solid #000000;
    height: auto;
    max-width: 600px;
    width: 35vw;
  }
  .walker {
    height: 168px;
    width: 120px;
  }
  .walkers {
    margin: 1px auto;
    min-width: 14%;
  }
  .wheelchairs {
    margin: 1px auto;
  }
  #brands, #canes, #equipment, #supplies, #walkers, #wheelchairs {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #brands p, #canes p, #equipment p, #walkers p, #wheelchairs p, #scooters p {
    margin: 5px auto;
  }
  #scoot-float {
    float: right;
    margin: 0 0 10px 2vw;
    max-width: 600px;
    width: 35vw;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {}
/* MOBILE */
@media only screen and (max-width: 750px) {}