.img100 {
    max-width: 100%;
    height: auto;
}

.content_img {
    float: left;
    margin: 0 10px 10px 0;
}
.content_img::after {
    content: "";
    display: block;
    clear: both;
}