.row.aboutAuthorHeader {
    position: relative;
}

.row.aboutAuthorHeader img.backgroundImage {
    width: 100%;
}

div.row.aboutAuthorHeader .aboutAuthorHeaderText {
    position: absolute;
    bottom: 20px;
    width: 75%;
}

@media (max-width: 767px) {
    div.row.aboutAuthorHeader div.overlay {
        background: black;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
}

@media (max-width: 767px) {
    div.row.aboutAuthorHeader .aboutAuthorHeaderText {
        color: white;
        width: 100%;
        text-align: center;
        padding: 0% 5%;
        top: 0px;
        bottom: auto;
    }
}

div.row.aboutAuthorHeader div.aboutAuthorHeaderText h3 {
    font-weight: lighter;
    font-family: MontserratRegular !important;
    line-height: 1.4;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-smoothing: antialiased;
}

div.row.aboutAuthorHeader div.aboutAuthorHeaderText h3 strong {
    font-family: MontserratBold;
}

@media (min-width: 768px) {
    div.row.aboutAuthorHeader div.aboutAuthorHeaderText h3 {
        line-height: 1.6;
        font-size: 1.6em;
        letter-spacing: 2px;
        color: white;
    }
}

@media (min-width: 992px) {
    div.row.aboutAuthorHeader div.aboutAuthorHeaderText h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 767px) {
    div.row.aboutAuthorHeader div.aboutAuthorHeaderText h3 {
        line-height: 1.4;
        font-size: 1.6em;
    }
}

@media (max-width: 500px) {
    div.row.aboutAuthorHeader div.aboutAuthorHeaderText h3 {
        font-size: 0.9em;
    }
}


/* !!!!!! TEXT !!!!!! */

.row.aboutAuthor {
    padding-top: 20px;
}

.row.aboutAuthor p {
    font-family: MontserratRegular !important;
    font-weight: normal;
    margin-left: -15px;
    text-align: justify;
}

@media (max-width: 767px) {
    .row.aboutAuthor p {
        width: 90%;
        margin-left: 5%;
    }
}
