.text-center img {
    margin-left: auto;
    margin-right: auto;
}
.text-left img {
    float: left;
}
.text-right img {
    float: right;
}
.portlet-content::before, 
.portlet-content::after {
    content: " ";
    display: table;
}