.media-block
{
    text-align: center;
    background: #eee;
    padding:10px;
    margin: 10px;
}

.media-block img
{
    margin: 5px;
}

.media-block button.delete
{
    position: absolute;
    top: 15px;
    right: 30px;
}