.uploads-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.uploads-gallery .upload-item img,
video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid black;
}