/*workaround*/
.no-title .entry-title{
    display:none;
}
/*desktop*/
.no-title .site-inner{
    margin:10px auto -79px auto!important;
}
/*tablet*/
@media only screen and (max-width: 1024px){
.no-title .site-inner {
    margin:-45px auto -79px auto!important;
    padding:3px;
}
}
