/* All responsibe */
@media (max-width: 979px) {
    .post-content{
        width:100% !important;
    }

    #terms{width:100%;}

    #terms td{
        width:100%;
        text-align: center;
        margin-bottom: 15px;
        float:none;
        padding-left:0px;
        padding-right:0px;
    }

    #posts_content div{
        width:100% !important;
        height:auto !important;
        float:none !important;
        margin-right: 0px !important;
        margin-bottom:2% !important;
    }
    #posts_content h2{height:auto !important;}
    #posts_content h3{height:auto !important;}
    #posts_content p{height:auto !important;}

    #posts_content div img{
        width:auto !important;
        max-width: 100%;
        max-height:200px !important;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {

}