#background_selector_modal_preview{
    min-height: 200px;
    min-width: 200px;
    border: 1px solid gray;
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    align: center;
    max-width: 50%;

}

