.home-page-banners img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .home-page-banners img {
    width: 100%;
  }
}
