img {
border-radius: 50%;
transform: scale(0.9);
}
.thumbcaption{
text-align:center;
color: var(--color-base--subtle);
}
a.image:hover{
transform: scale(1.0);
}
.citizen-body a.image:hover:not(.lazy):not(.new) > img {
/* transform: scale(1.1); */
}
img:hover {
transform: scale(1.0);
}