.s2-post-image-wrap {
    width: 100%;
    overflow: hidden;
}

.s2-post-info-wrap {
    display: inline-block;
    width: 100%;
}

.s2-post-cat {
    font-size: 24px;
    color: #316999;
}

h2.s2-post-title {
    font-weight: bold;
    font-size: 51px;
    padding-top: 10px;
    color: #316999;
}
h2.s2-post-title a{
    text-decoration: none;
}

.s2-post-meta {
    padding-bottom: 6px;
}

.s2-post-result {
    margin-bottom: 40px;
}

.s2-post-excerpt {
    padding-bottom: 20px;
    line-height: 1.5em;
}

#s2-all-posts .s2-post-result .s2-post-image-wrap:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

#s2-all-posts img.s2-post-image {
    position: absolute;
    height: 100%;
    max-width: initial;
    transform: );
}
@media(max-width:640px){
    #s2-all-posts .s2-post-result h2.s2-post-title{
        font-size:36px;
    } 
    #s2-all-posts .s2-post-image-wrap,
    #s2-all-posts .s2-post-info-wrap{
        width:100%;
        padding-left:0;
    }
}
@media(max-width:425px){
    h2.s2-post-title{
        font-size:36px;
    }
}