img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
img.resize50 {
    max-width:49.5%;
    height: auto;
}
img.resize30 {
    width:33%;
    height: auto;
}
img.square {
    object-fit:cover;
}
