/* Vehicle Logo Sprite Sheet - 15 Popular Makes */
.vehicle-logo-sprite {
  width: 38px;
  height: 38px;
  background-image: url('/logos/popular-sprite.webp');
  background-repeat: no-repeat;
  background-size: 570px 38px;
}

.vehicle-logo-toyota { background-position: 0px 0; }
.vehicle-logo-ford { background-position: -38px 0; }
.vehicle-logo-chevrolet { background-position: -76px 0; }
.vehicle-logo-honda { background-position: -114px 0; }
.vehicle-logo-nissan { background-position: -152px 0; }
.vehicle-logo-jeep { background-position: -190px 0; }
.vehicle-logo-hyundai { background-position: -228px 0; }
.vehicle-logo-subaru { background-position: -266px 0; }
.vehicle-logo-kia { background-position: -304px 0; }
.vehicle-logo-gmc { background-position: -342px 0; }
.vehicle-logo-dodge { background-position: -380px 0; }
.vehicle-logo-mercedesbenz { background-position: -418px 0; }
.vehicle-logo-bmw { background-position: -456px 0; }
.vehicle-logo-volkswagen { background-position: -494px 0; }
.vehicle-logo-lexus { background-position: -532px 0; }
