/* Yunio Featured Image - v1.5.0
   Target: 1000x400px
   No paper-fold / pseudo-element effect.
*/
body.yunio-featured-fold-enabled .post-featured-image,
body.yunio-featured-fold-enabled .featured-image {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(0,0,0,.12), 0 2px 7px rgba(0,0,0,.08);
    isolation: isolate;
}

body.yunio-featured-fold-enabled .post-featured-image img,
body.yunio-featured-fold-enabled .featured-image img {
    width: 100%;
    height: 400px;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 767px) {
    body.yunio-featured-fold-enabled .post-featured-image,
    body.yunio-featured-fold-enabled .featured-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1000 / 400;
    }

    body.yunio-featured-fold-enabled .post-featured-image img,
    body.yunio-featured-fold-enabled .featured-image img {
        height: 100%;
    }
}
