/* Image Rendering Fixes */

/* Home */
#hero img.rounded.position-relative.z-1.mw-100 {
    height: auto !important;
    max-height: none !important;
}
.home-spotlight .card img {
    height: auto !important;
}

/* CTA */
#cta img.img-ebook {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
}

/* Resources */
.row.list-unstyled.g-5 img.card-img-top.object-fit-cover {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
}

/* Carousel */
#featured-posts-carousel img.w-100.rounded.object-fit-cover {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
}

/* Post */
article.container img.rounded.w-100.object-fit-cover {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
}