.image-preview-container{
    width:100%;
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#f7f7f7;
    border-radius:8px;
}

.image-preview{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

