.header {
  .white {
    display: none;
  }
  .black {
    display: block;
  }
}

.item-image img {
  object-fit: contain;
  aspect-ratio: unset;
}