/* Entertainment Section Header Wrapping */

.why-ipad-content .section-entertainment .section-header .typography-section-headline {
	max-width: none;
}
/* Start: Quick Note*/
.grid-item-quick-note .figure-caption.bottom-center {
	bottom: calc(
		var(--shadow-offset) * -1 - var(--caption-block-height) -
			var(--caption-spacing) - 20px
	);
}

@media only screen and (max-width: 1068px) {
	.grid-item-quick-note .figure-caption.bottom-center {
		bottom: calc(
			var(--shadow-offset) * -1 - var(--caption-block-height) -
				var(--caption-spacing) - 10px
		);
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-quick-note .figure-caption.bottom-center {
		bottom: calc(
			var(--image-shadow) - var(--caption-block-height) -
				var(--caption-spacing)
		);
	}
}
/* End: Quick Note*/
