.bootstrap-wrapper .file-upload { position: relative; display:block; width:150px; height:150px; border-radius: 3px; background-color:rgba(0,0,0,0.3); font-size: 14px; color:white; text-align: center; line-height: 150px; } .bootstrap-wrapper .file-upload input { opacity: 0; position: absolute; width: 100%; height: 100%; display: block; cursor: pointer; } .bootstrap-wrapper .file-preview img{ width:100%; height: auto; } .bootstrap-wrapper .file-preview .ibenic_file_preview { position: absolute; width:100%; height:100%; overflow: hidden; } .bootstrap-wrapper .ibenic_file_delete { position: absolute; width: 100%; top:98%; left:0; padding:0.5em; text-align: center; color:white; background-color:red; } .alert { display:block; width:100%; padding:.25em .5em; font-size:1.25em; text-align: center; color:white; border-radius: 3px; } .alert-success { background-color:green; } .alert-danger { background-color:red; }