/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/



/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media (max-width:1068px) {
	.section-apple-pay .copy {
		max-width: 42ch;
	}
 }

 @media (max-width:734px) {
	.section-apple-pay .copy {
		max-width: 32ch;
	}
 }

.tabnav-item-books {
	display: none;
}
.typography-interstitial-stat {
    font-size: 45px;
}

@media (max-width:1068px) {
    .typography-interstitial-stat {
        font-size: 32px;
    }
}

@media (max-width:734px) {
    .typography-interstitial-stat {
        font-size: 35px;
    }
}

.tabnav-items {
	padding-right: 1px;
 }

.scroll-gallery.cases-gallery .gallery-item:nth-child(4) {
    min-width: 201px;
}

@media (max-width:1068px) {
	.scroll-gallery.cases-gallery .gallery-item:nth-child(4) {
    	min-width: 161px;
	}
}

@media (max-width:734px) {
    .scroll-gallery.cases-gallery .gallery-item:nth-child(4) {
    	min-width: 160px;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/