.demo-image-viewer {
  
  &__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  &__item {
    width: 60px;
    height: 60px;
    margin-right: 16px;

    &--preview {
      width: 32px;
      height: 32px;
      margin-right: 8px;
    }
    
    &:last-child {
      margin-right: 0;
    }
  }

}