.author-bio-blurb {
    background-color: #5dc5c0;
    padding: 30px 0px 30px 0px;
}

.blurb-lara-taylor {
    background-image: url(/media/rjmhw1bh/collage.png);
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: 75% 0%;
}

.author-bio-blurb h3 {
    font-size: 52px;
    color: #002a57;
    line-height: 70px;
}

.author-bio-blurb h3 span {
    font-family: manus !important;
    font-size: 70px;
    line-height: 72px;
    color: #583e83;
    font-weight: normal;
}

.author-bio-blurb .social a {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    padding: 10px;
}

@media (max-width: 1119px) {
    .blurb-lara-taylor {
        background-size: 50% auto;
        background-position: 100% 0%;
    }
}

@media (max-width: 480px) {
    .blurb-lara-taylor {
        background-size: 50% auto;
        background-position: 110% 115%;
    }
}