img {
float: left;
width: 25%;
border: black 3px solid;
margin: 1em;
}

.right {
float: right;
}

img.small {
width: 100px;
}
