.site,
.site-header {
max-width: 100%;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
/* Original max-width: 474px */
max-width: 95%;
}

.hentry {
max-width: 95%;
}

.post-thumbnail img {
height: auto;
min-width: 100%;
}