em:lang(th) {
	font-style: italic;
}

.image-why-ipad-hero-main {
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 2895px;
	--p-height: 972px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.image-why-ipad-hero-main {
		--p-width: 1068px;
		--p-height: 700px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.image-why-ipad-hero-main {
		--p-width: 309px;
		--p-height: 230px;
	}
}


@media only screen and (max-width:734px) {
    .why-ipad-content .section-workstation .typography-section-headline {
        --type-width: 280px
    }
}