.form-radios img {
    max-width: 100px;
}
.form-radios input:checked+label img {
    border: 1px solid rgb(115, 168, 71);
}