.fxt-news-card {
    h2 a:hover {
        text-decoration: underline;
    }
}

.post-image-wrapper {
    width: 120px;
    height: 80px;
    position: relative;
    display: block;
}

.post-image {
    /* width: 320px; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.post-details-wrapper {
    width: 420px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .post-image-wrapper {
        width: 100%;
        height: 200px;
    }

    .post-image {
        width: 100%;
        height: 200px;
    }
}
    