/*
Theme Name: Clickworthy Client Name
Theme URI: https://clientdomain.com/
Author: Clickworthy Inc.
Description: A clean, lightweight custom WordPress Block Theme starter.
Version: 1.0.0
Text Domain: clickworthy-block-theme
*/


.featured-image-16-9 {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.featured-image-16-9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}