/* ThinkCar Mobile Fixes */
html, body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
