Link to article: Image Block Peppo.
/* Aligns image to right edge */
.scp-image-block.block-right {
margin: 0em 0em 1em 2em;
}
/* Visually centers image block */
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}