@layer base {
	:where(img) {
		object-fit: cover;
		object-position: center;
	}
}
