/* Display Section */
@media only screen and (min-width: 1069px) {
	.subsection-display .subsection-headline {
		justify-self: center;
	}
}

/* Compare section */
@media (max-width: 734px) {
	.section-contrast .product-tile-ipad-air .product-tile-ctas {
		padding-bottom: 42px;
		/* display: none; */
	}
}

.inline-media-component-container .video-wrapper .fallback-frame {
	opacity: 1;
}

@media only screen and (min-width: 735px) {
	.subsection-display .subsection-touts li:nth-child(5) .display-tout-copy, .subsection-display .subsection-touts li:nth-child(6) .display-tout-copy {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 451px) {
	br.x-small {
		display: none;
	}
}

@media only screen and (min-width: 429px) and (max-width: 450px) {
	br.x-small {
		display: block;
	}
}

@media only screen and (max-width: 428px) {
	br.x-small {
		display: none;
	}
}

@media only screen and (min-width: 1069px) {
	.modal-l2 .values-l2-wrapper .subsection.environment .headline {
		align-items: flex-start;
		gap: 1rem;
	}
}

@media only screen and (max-width: 1068px) {
	.section-contrast li:nth-child(2) .product-tile-plus {
		margin-top: 0;
	}
}
