.center {
position:absolute;
top:50%;
left:50%;
margin-left: -40px; //смещаем на половину ширины
margin-top:-40px; //смещаем на половину высоты
}
$('body').on('click', '.trigger', function(e){
e.preventDefault();
$('#test-modal').modal().open();
}).on('click', '.trigger2', function(e){
e.preventDefault();
$('#test-modal2').modal().open();
});
$(document).on('click', '.btn' function () {
...
$(this).hide();
});
max-width: 100%
text-align: right
float: right