.uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image:first-child {
    margin: 0 0 0.6em 0 !important;
    width: 100%;
    max-height: 289px;
    overflow: hidden;
}
@media (max-width: 976px) {
    .uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image:first-child {
        max-height: 300px;
    }
}

.uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image:first-child img {
    width: 100%;
}

.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    background: transparent;
    padding: 0;
}

@media (max-width: 768px) {
    .uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image:first-child {
        max-height: 263px;
    }
}