.sortable-gallery-item{touch-action:none;-webkit-user-select:none;user-select:none;background-color:#d3d3d3;border-radius:.7rem;width:100px;height:100px;position:relative}.sortable-gallery-img{object-fit:cover;-webkit-user-drag:none;user-drag:none;border-radius:.7rem;width:100px;height:100px}.sortable-gallery-indicator{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0}.sortable-gallery-remove{cursor:pointer;font-size:23px;display:none;position:absolute;top:-4px;right:2px}.sortable-gallery-item:hover .sortable-gallery-remove{display:block}@media (hover:none),(pointer:coarse){.sortable-gallery-remove{display:block}}