.start-page {
    margin-top: -71px;
    margin-bottom: -101px;
}

.start-page hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #ffc800;
}

.start-page .recent-post {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.start-page .recent-post-description {
    display: none;
}

.start-page .recent-post .recent-post-title {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 3%;
    left: 1px;
    color: white;
    text-align: left;
}

.start-page .recent-post > a img {
    background: #ccc;
    border: 0px;
    object-fit: cover;
    object-position: left;
}

.start-page .level-1 {
    padding: 0px;
    padding-right: 22px;
}

.start-page .level-1 .recent-post .recent-post-title {
    font-size: 25px;
    padding: 35px;
    min-height: 103px;
}

.start-page .level-2 {
    padding: 0px;
    margin-bottom: 10px;
}

.start-page .level-2 .recent-post {
    margin-bottom: 16px;
}

.start-page .level-2 .recent-post img {
    width: 100%;
    height: 167px;
}

.start-page .level-2 .recent-post .recent-post-title {
    font-size: 15px;
    padding: 20px;
    min-height: 51px;
}


.start-page .popular-serie-post {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.start-page .popular-serie-post .popular-serie-post-title {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 3%;
    left: 1px;
    color: white;
    text-align: left;
}

.start-page .popular-serie-post img, .start-page .popular-serie-post-summary img {
    background: #ccc;
    border: 0px;
    object-fit: cover;
    object-position: center;
}

.start-page .popular-serie-post img {
    width: 100%;
    height: 280px;
}

.start-page .popular-serie-post-description {
    margin-top: 20px;
}

.start-page .popular-serie-post-summary img {
    width: 60px;
    height: 40px;
    margin-right: 14px;
}

.start-page .popular-serie-post-summary .published-at {
    color: #b5b5b5;
    font-size: 11px;
}

.start-page .popular-serie-post-summary .details {
    max-width: 378px;
}

.start-page .popular-serie-post .popular-serie-post-title {
    font-size: 25px;
    padding: 35px;
    min-height: 103px;
}

.start-page .popular-serie-post .popular-serie-post-summary {
    font-size: 13px;
    font-weight: bold;
}

.start-page .popular-serie-post-divider {
    border: 0px;
    border-top: solid #ccc 1px;
}

.start-page .funny-serie-post {
    position: relative;
}

.start-page .funny-serie-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.start-page .funny-serie-post .funny-serie-post-title {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 3%;
    left: 1px;
    color: white;
    text-align: left;
    padding: 8px 10px;
    font-size: 13px;
}

.start-page .funny-serie-post-description {
    margin-top: 10px;
}

.start-page .dark-background {
    background: #f1f0f0;
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.start-page .bright-background {
    padding-top: 30px;
}

.start-page .btn-right {
    margin-top: 20px;
}

.start-page .author img {
    width: 80px;
    height: 80px;
    border-bottom-right-radius: 24px;
    margin-left: -15px;
    position: absolute;
    z-index: 1000;
}

.start-page .author .name {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    left: 80px;
    padding: 10px 10px;
    border-bottom-right-radius: 10px;
    width: auto;
    white-space: nowrap;
}

.start-page .level-2 .recent-post .author .name {
    padding: 6px 6px;
    left: 60px;
}

.start-page .level-1 .recent-post > a img {
    width: 100%;
    height: 350px;
}

.start-page .level-2 .recent-post .author img {
    width: 60px;
    height: 60px;
    border-bottom-right-radius: 12px;
}

@media (max-width: 991px) {
    .start-page h1, .start-page h2 {
        font-size: 2.6em;
        margin-top: 34px;
    }

    .start-page .btn-orange {
        margin-top: 20px;
        font-size: 1.3em;
        padding: 16px 24px;
    }

    .start-page .recent-post-description,
    .start-page .popular-serie-post-description,
    .start-page .funny-serie-post-description {
        display: inline-block;
        margin-top: 20px;
        font-size: 2.2em;
    }

    .start-page .popular-serie-post-summary .published-at {
        font-size: 0.7em;
    }

    .start-page .recent-post-description hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #ddd;
    }

    .start-page .level-2 .recent-post-description:last-child {
        margin-bottom: 20px;
    }

    .start-page .level-1 {
        padding-right: 0px;
    }

    .start-page .recent-post-title,
    .start-page .popular-serie-post-title,
    .start-page .funny-serie-post-title {
        font-size: 2.4em !important;
    }

    .start-page .author img {
        width: 120px !important;
        height: 120px !important;
        border-bottom-right-radius: 24px;
        margin-left: -15px;
        position: absolute;
        z-index: 1000;
    }

    .start-page .author .name {
        background: rgba(0, 0, 0, 0.8);
        color: white;
        position: absolute;
        left: 120px !important;
        padding: 12px 20px !important;
        border-bottom-right-radius: 10px;
        width: auto;
        white-space: nowrap;
        font-size: 2.5em;
    }

    .start-page .popular-serie-post img {
        width: 100%;
        height: 350px;
    }

    .start-page .level-2 .recent-post img {
        height: 350px;
    }

    .start-page .level-2 .recent-post .recent-post-title {
        font-size: 25px;
        padding: 35px;
        min-height: 103px;
    }

    .start-page .level-2 .recent-post {
        margin-bottom: 0px;
    }

    .start-page .popular-serie-post-summary .details {
        max-width: 602px;
        font-size: 2.2em;
    }

    .start-page .popular-serie-post-summary img {
        width: 100px;
        height: 85px;
        margin-right: 25px;
    }

    .start-page .funny-serie-post img {
        height: 350px;
    }

    .start-page .funny-serie-post-title {
        padding: 35px;
    }

    .start-page .funny-serie .col-sm-4:nth-child(4),
    .start-page .funny-serie .col-sm-4:nth-child(5),
    .start-page .funny-serie .col-sm-4:nth-child(6) {
        display: none;
    }

    @media screen and (orientation:landscape) {
        .start-page .recent-post-description, .start-page .popular-serie-post-description, .start-page .funny-serie-post-description {
            display: inline-block;
            margin-top: 20px;
            font-size: 1.5em;
            margin-bottom: 12px;
        }

        .start-page .btn-right {
            font-size: 1.0em;
        }

        .start-page h1, .start-page h2 {
            font-size: 2.0em;
        }

        .start-page .popular-serie-post-summary .details {
            max-width: 592px;
            font-size: 1.6em;
        }

        .start-page .author img {
            width: 80px !important;
            height: 80px !important;
        }

        .start-page .author .name {
            left: 80px !important;
            padding: 12px 20px !important;
            font-size: 1.5em;
        }

        .start-page .popular-serie-post-summary img {
            height: 60px;
        }
    }
}