.display-flex { display: flex; flex-wrap: wrap; } .row > div { padding-top : 10px; } .row .thumbnail { height : 200px; width : 140px; margin-bottom : 0; } .row .thumbnail img { width : 100%; height : 100%; background-size : cover; background-position : center; background-repeat: no-repeat; } .row .thumbnail.read img { opacity : 0.5; filter : grayscale(100%); } .in_progress { font-style : italic; } .caption div { overflow : hidden; text-overflow: ellipsis; white-space : nowrap; } ::selection { background : #007d71; color : white; } ::-webkit-scrollbar { width: 4px; } ::-webkit-scrollbar-thumb { background-color: #007d71; } ::-webkit-scrollbar-track { background-color: #eee; }