.content-image-band__wrap {
  margin-left: auto;
  margin-right: auto;
}

.content-image-band__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-image-band__item {
  box-sizing: border-box;
}

.content-image-band__image {
  display: block;
  width: 100%;
  height: auto;
}
