@media only screen and (max-width: 767px) {
  .homepage-collection .js-grid[data-grid-large="6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 479px) {
  .hero__btn+ .hero__btn {
    margin-left: 0px;
  }
}