.fsd-gallery
{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.fsd-gallery-item
{
    flex:1 1 200px;
}

.fsd-gallery img
{
    width:100%;
    height:auto;
    display:block;
}

#fsd_gallery_preview
{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:10px;
}

.fsd-gallery-thumb
{
    position:relative;
    cursor:move;
    width:80px;
    height:80px;
	display: inline-block !important;
}

.fsd-gallery-thumb img
{
    width:100%;
    height:100%;
    object-fit:cover;
    border:1px solid #ccc;
    display:block;
}

.fsd-remove
{
    position:absolute;
    top:-6px;
    right:-6px;
    background:#c00;
    color:#fff;
    width:18px;
    height:18px;
    text-align:center;
    line-height:18px;
    border-radius:50%;
    font-weight:bold;
    cursor:pointer;
}

span.fd-remove {
    position: absolute;
    margin-left: -10px;
    background-color: white;
    border: solid black 1px;
    width: 10px;
    height: 10px;
    line-height: .6em;
    color: red;
    font-weight: bold;
}