.lpv3-industry-hero--floor-care .lpv3-industry-hero__media {
  background-image: url('/static/StripWaxFloor.jpg');
  background-position: 72% center;
}

@media (max-width: 768px) {
  section.lpv3-industry-hero.lpv3-industry-hero--floor-care .lpv3-industry-hero__media {
    background-position: center 40%;
  }
}

.lpv3-scope__grid--floor-care {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .lpv3-scope__grid--floor-care {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lpv3-scope__grid--floor-care {
    grid-template-columns: 1fr;
  }
}
