.hideContent{
    display: none;
}
.showContent{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: block;
}

header {
    background-image: url(../../../images/authorProfile/Layer-511.jpg);
    min-height:450px;
    height: 70vh;
    background-attachment: scroll;
}

.authorWrites__container {
    padding:3.125rem 0; /*50px*/
}

.authorProfile {
    position: relative;
    /*padding: 1.5625rem; !*25px*!*/

}

/*section.authorWrites {*/
    /*padding: 2.5rem;*/
/*}*/

.authorProfile__name {
    padding-right: .625rem; /*10px*/
    padding-left: 0.625rem; /*10px*/
}

.-en {
    border-right: 2px solid;
}

.authorProfile__contentContainer {
    padding: 2.1875rem; /*35px*/
    /*-webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);*/
}

.authorProfile__text {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

/*.hrLine {*/
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*margin-top: auto;*/
    /*margin-bottom: auto;*/
/*}*/

.authorWrites__text {
    white-space: nowrap;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: center;
}

/*.authorWrites aside .thumbnail {*/
/*-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.4);*/
/*-moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.4);*/
/*box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.4);*/
/*}*/

.seeMore {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.authorProfile__photo {
    margin-top: -15%;
    width: 250px;
    height: 250px;
    padding: 5px;
    background-color: #f6f6f6;
    box-shadow: 0px 0px 26px #101010;
}

.authorProfile--backgroundImage {
    display: inline-block;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00ffffff', EndColorStr='#ffffff');
    bottom: 0;
    /*display: none;*/
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}

.authorProfile__showContent {
    display: none;
    height: 36px;
    padding-top: 28px;
    text-align: center;
    width: 100%;
}

.authorProfile__showContent button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.authorProfile__showContent {
    display: inline-block;
}

/*.show-hide-text {*/
    /*max-height: none;*/
    /*overflow: visible*/
/*}*/

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .authorProfile__photo {
        width: 150px;
        height: 150px;
        margin-top: -110px;

    }

    /*.authorWrites div.row {*/
        /*padding: 0 0 2.1875rem 0 !important;*/

    /*}*/

    /*.authorWrites div.row aside {*/
        /*margin-bottom: 0.625rem;*/
        /*padding-right: 0 !important;*/
        /*padding-left: 0 !important;*/
    /*}*/

    .authorProfile__name:first-child {
        border: none !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .authorProfile__photo {
        width: 225px;;
        height: 225px;
        margin-top: -160px;

    }

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .authorProfile__photo {
        width: 250px;
        height: 250px;
        margin-top: -230px;

    }
}



