.author-content {
    margin: 40px auto 45px;
    text-align: center;
}
.author-portrait {
    margin-bottom: 20px;
}
.author-portrait.hidden ~ .author-title {
    margin-top: 1em;
}
.author-portrait .portrait {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    background: #363636;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #D9D9D9;
    position: relative;
}
.author-portrait .portrait.placeholder {
    background: url("images/new/uzivatel_nopadding_dark.png") no-repeat center/105% #363636;
}
.author-portrait .portrait > a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.author-portrait .portrait .portrait-img {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}
.author-title {
    color: #000;
    letter-spacing: 0.035em;
    margin-bottom: 0;
}
.author-description,
.author-birthday {
    font-size: 21px;
    line-height: 30px;
    font-family: "Times", Times, "Times New Roman", serif;
    font-style: italic;
    margin-top: 16px;
    letter-spacing: 0.035em;
}
.author-birthday {
    margin-top: 4px;
    display: none;
}
.author-info {
    max-width: 600px;
    font-size: 18px;
    line-height: 28px;
    margin: 40px auto 0;
}
.author-batches .section-title-more span {
    font-size: 18px;
    color: #ABABAB;
}
.author-batches .section-title-more:hover span {
    color: #B80000;
}
.author-batches .section-title-more:active span {
    color: #8F0100;
}
