.wp-block-post-featured-image.in-post-image img {
    aspect-ratio: 2.5/1;
}
.wp-block-post-featured-image.hover-zoom {
    border-radius: 0.5rem;
    overflow: hidden;
}
.wp-block-post-featured-image.hover-zoom img {
    transition: 750ms ease;
}
.wp-block-post-featured-image.hover-zoom:hover img {
    transform: scale(1.075);
    transform-origin: center;
}


/* Post featured image */

.post-overflow {
    overflow-x: clip;
}
.wp-block-post-featured-image.post-overflow-image img {
    box-shadow: 0 8px 32px -4px #002C5829;
}
@media screen and ( min-width: 782px ) {
    .wp-block-post-featured-image.post-overflow-image {
        position: relative;
        transform-origin: top left;
        transform: scale(1.30);
        top: -1rem;
    }
}
@media screen and ( max-width: 1520px ) and ( min-width: 782px ) {
    .wp-block-post-featured-image.post-overflow-image img{
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}