.lookbook-image-gallery .multicolumn__title.title-wrapper-with-link {
  align-items: center;
  justify-content: center;
}
.lookbook-image-gallery .multicolumn__title h2 {
  text-align: center;
  text-transform: uppercase;
}
.lookbook-image-gallery .lookbook-slider-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: normal;
  row-gap: normal;
}
.lookbook-image-gallery .lookbook-image-gallery-card .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
