Hi
How do you stop the featured image from enlarging when hovering over the image?
Thanks
article figure.featured-image:hover img {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
opacity: 1;
}