/* 0.4.11 — a bright, furniture-focused Scandinavian mobile hero. */
@media(max-width:700px) {
	.ikd-home-preview-page .ikd-hp-hero__visual {
		inset:-4%;
		background-image:url("images/hero-cinematic-mobile-light-2026.jpg")!important;
		background-position:50% 54%;
		transform-origin:50% 54%;
		animation-name:ikd-hero-ken-burns-mobile;
		animation-duration:38s;
	}
}

@keyframes ikd-hero-ken-burns-mobile {
	0% {transform:scale(1.035) translate3d(-.35%,.15%,0)}
	100% {transform:scale(1.095) translate3d(.45%,-.3%,0)}
}

@media(max-width:700px) and (prefers-reduced-motion:reduce) {
	.ikd-home-preview-page .ikd-hp-hero__visual {
		animation:none!important;
		transform:scale(1.045)!important;
	}
}
