@media only screen and (min-width: 1069px) {
	.page-specs .section-environment .environment-content .environment-subheading {
		max-width: 100%;
	}
}

@media only screen and (min-width: 1069px) {
	.page-specs .section-size-weight .appletv-dimensions .caption-height {
		bottom: 55px;
	}
	.page-specs .section-siri-remote .hardware-diagram .caption-touch {
		top: 185px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.page-specs .section-siri-remote .hardware-diagram .caption-touch {
		top: 135px;
	}
}
@media only screen and (max-width: 735px) {
	.page-specs .section-size-weight .appletv-dimensions .caption-height {
		bottom: 32px;
	}
}

.page-specs .section-environment .environment-content .environment-subheading {
	max-width: 91%;
}
