/* Local Overrides */

/* apple books */
.section-apple-books {
	margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
	.section-apple-books {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 734px) {
	.section-apple-books {
		margin-bottom: 0px;
	}
}

/* Apple Books */

.section-apple-books {
	margin-bottom: 62px;
}

@media only screen and (max-width: 1068px) {
	.section-apple-books {
		margin-bottom: 88px;
	}
}
@media only screen and (max-width: 734px) {
	.section-apple-books {
		margin-bottom: 75px;
	}
}

/* podcast */

@media only screen and (min-width: 319px) and (max-width: 322px) {
	.sm-hide {
		display: none;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.sm-hide {
		display: none;
	}
}
