.postshow2-hd .post-trait-w h1 {
    position: absolute;
    bottom: 10px;
    padding: 5px 25px;
    color: #fff !important;
    text-shadow: 0 0px 3px rgba(0, 0, 0, 0.29);
    z-index: 3;
}

.postshow2-hd .postmetadata {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .postshow2-hd .post-trait-w h1 {
        font-size: 29px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 480px) {
    .postshow2-hd .post-trait-w h1 {
        font-size: 21px;
        letter-spacing: 0;
    }
}