.restrict-image {
    max-width: 60%;      /* shrink the wrapper */
    margin: 0 auto;      /* center the whole block */
}

.restrict-image img {
    width: 100%;         /* image fills wrapper */
    height: auto;        /* keep proportions */
}