
@media only screen and (min-width:751px){
    .grids.entries .post .entry-image img {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        object-fit:cover;
    }
    .grids.entries .post .entry-image{
        /* height:314px; */
        height:340px;
    }

    .grids.entries .post {
        min-height:583px;
    }
    .grids.entries .post-ad {
        min-height:583px;
    }
    .grids.entries .grid-4:nth-child(3n+1) {
        clear: none;
    }

    .grids.entries .post .article-content-wrapper {
        min-height: 213px;
        display: flex;
        flex-direction: column;
    }
    .article-content-wrapper .entry-header {
        margin-top: auto;
    }
}

@media only screen and (min-width:960px) and (max-width:1199px)
{
    .grids.entries .post .entry-image{
        /* height:277px; */
        height:300px;
    }
}
@media only screen and (min-width:751px) and (max-width:959px)
{   /* tablet size */
    .grids.entries .post .entry-image{
        /* height:209px; */
        height:227px;
    }
    .grids.entries .post {
        min-height: 470px
    }
    .grids.entries .post-ad {
        min-height: 470px
    }
    .grids.entries .post .article-content-wrapper {
        min-height: 270px; 
    }
}

@media only screen and (max-width: 750px)
{	/* phone size */

}