@media (max-width: 992px) {
    #featured-trading-central-video iframe {
        width: 728px !important;
        height: 410px !important;
    }
}

@media (max-width: 767px) {
    #featured-trading-central-video iframe {
        width: 652px !important;
        height: 368px !important;
    }
}

@media (max-width: 647px) {
    #featured-trading-central-video iframe {
        width: 532px !important;
        height: 300px !important;
    }
}

@media (max-width: 479px) {
    #featured-trading-central-video iframe {
        width: 414px !important;
        height: 232px !important;
    }
}

@media (max-width: 430px) {
    #featured-trading-central-video iframe {
        width: 398px !important;
        height: 226px !important;
    }
}

@media (max-width: 390px) {
    #featured-trading-central-video iframe {
        width: 358px !important;
        height: 200px !important;
    }
}

.fxt-news-card .post-title a:hover {
    text-decoration: underline !important;
}

.post-image-wrapper {
    width: 320px;
    height: 180px;
    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: 900px;
    max-width: 100%;
}

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

    .post-image {
        width: 100%;
    }
}
    