.op-preivew-image {
  list-style-type: none;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  & > li {
    & > img {
      max-width: 100%;
      max-height: 100%;
    }
  }
}
