.images-bar {
  display: flex;
  flex-wrap: wrap; }
  .images-bar .images-bar__item {
    width: calc(100% / 3); }
