.asset-modal-dialog{
    max-width:96vw;
    width:96vw;
    margin:20px auto;
}

.asset-modal{
    height:92vh;
    border:0;
    border-radius:14px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}