.shop-collections_image {
  height: 35vw;
}

.shop-collections_button {
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .shop-collections_image {
    height: 60vw;
  }
}