ReactJS
1.preview {2max-height: 178px;3margin: 0 -20px;4}
5
6.previewImg {7width: 100%;8height: 100%;9object-fit: cover;10}
11
12@media all and (min-width: 1024px) {13.preview {14flex-basis: 190px;15order: 0;16margin: 0;17}18}