.collection .slider-button {
  top: calc(100% / 3);
}

@media screen and (max-width: 749px) {
  .collection .slider-button {
    top: 30%;
  }
}

.collection__view-all {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection__view-all > * {
  width: auto;
}