img[src$='#center'] {
    display: block;
    max-width: 80%;
    margin: 0.7rem auto;
    max-height: 480px;
}

img[src$='#floatleft'] {
    float: left;
    margin: 0.7rem;
    max-width: 80%;
}

img[src$='#floatright'] {
    float: right;
    margin: 0.7rem;
    max-width: 80%;
}