.itemsWrapper{
display:flex;

flex-wrap: wrap;

flex-direction: row;
justify-content: center; 
align-items: center;
}

.itemtitle, .itemdesc{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}
.itemimage{
    position:relative;
    width:90%;
    height:90%;
    max-width:2cm;
    max-height:2cm;
}
.itemImagewrapper{
    display:flex;
    height:2cm;
}


.itembox{
box-shadow: 0 0 1px 1px lightgray;
max-width:6cm;
margin:10px;
padding:5px;

/* display:inline */
}