/*square preview photo to poster on mobile*/
@media screen and (max-width: 460px) {
    .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
        height: 150px !important;
    }
}