/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

.media-ratio .wp-post-image,
.media-ratio > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center; /* 🔥 cheia */
	border-radius: var(--media-radius, 0);
}
.img.bg-cover.wp-post-image{
	background-position: center center;
}