.postshow1 {
    position: relative;
    width: 100%;
    min-height: 768px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.postshow-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-color: rgba(36, 36, 36, 0.4);
}

.postshow1 h1.post-title-ps1 {
    font-size: 75px;
    font-weight: 700;
    letter-spacing: -2px;
    position: absolute;
    bottom: 33%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0px 3px rgba(0, 0, 0, 0.17);
}

.postshow1-hd .postmetadata {
    margin-top: 0;
    margin-bottom: 60px !important;
}

.postshow1-hd .single-featured-image {
    display: none;
}

.postshow1-hd .blog-single-post .au-avatar {
    margin-right: 10px;
    margin-top: -23px;
    margin-bottom: 0;
}

.postshow1-hd .blog-single-post .au-avatar img {
    border: 3px solid #fff;
}

.postshow1 h1.post-title {
    word-wrap: break-word;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #1f2123;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
}

@media only screen and (max-width: 991px) {
    .postshow1 {
        min-height: 520px;
    }

    .postshow1 h1.post-title-ps1 {
        font-size: 50px;
        letter-spacing: -1px;
    }

    .postshow1-hd .blog-single-post .au-avatar-box {
        margin-top: -18px;
    }
}

@media only screen and (max-width: 767px) {
    .postshow1 {
        min-height: 480px;
    }

    .postshow1 h1.post-title-ps1 {
        font-size: 42px;
    }

    .postshow2-hd .post-trait-w h1 {
        font-size: 29px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 480px) {
    .postshow1 {
        min-height: 430px;
    }

    .postshow1-hd .blog-single-post .au-avatar-box {
        margin-top: -12px;
    }

    .postshow1 h1.post-title-ps1 {
        font-size: 33px;
    }

    .postshow2-hd .post-trait-w h1 {
        font-size: 21px;
        letter-spacing: 0;
    }
}