:root {
  --contrastColorInverted: #fff;
}

.px-imagewalllinks-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.px-imagewalllinks-inner .image {
  background: var(--contrastColorInverted);
  padding: 20px 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}
.px-imagewalllinks-inner .image img {
  max-height: 320px;
  height: fit-content;
  width: 100%;
}