body {
  background: red; !important;
}

.paragraph--view-mode--preview .field--name-field-image-gallery-images {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    img {
      max-width: 150px;
    }
}
