
Samsung Galaxy A14 GB Black
/* ----------------------------------- CONFIGURE GALLERY You can edit settings of the gallery here*/ /* do not alter this */ :root { /* Configure width of gallery in px */ --gallery-maximum-width: 1100px; } /* Do not edit below this line ----------------------------------- */ .gallery-container-1717013890605 { position: relative; margin: 20px auto; max-width: var(--gallery-maximum-width); } .gallery-container-1717013890605 * { box-sizing: border-box; user-select: none; } .gallery-container-inner-1717013890605 { display: flex; flex-wrap: wrap; justify-content: center; } .image-container-1717013890605 { flex: 1; position: relative; max-width: 160px; min-width: 160px; width: 160px; max-height: 120px; min-height: 120px; height: 120px;