у вас в неправильном порядке описаны свойства background для второй картинки в классе .author, и safari не смог его "пережевать".
верный порядок :
background: url(../img/bg-author_text.png) center 115px no-repeat, url(../img/bg-author.jpg) center top / 100% fixed no-repeat ;
то есть background-size после position указать
background:
url(sweettexture.jpg) /* image */
top center / 200px 200px /* position / size */
no-repeat /* repeat */
fixed /* attachment */
padding-box /* origin */
content-box /* clip */
red; /* color */