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

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





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

.section-audio .intro-content .typography-section-headline {
  line-height: 180px;
}

 @media only screen and (max-width: 1600px) {
 .section-audio .intro-content .typography-section-headline {
   line-height: 140px;
   }
 }

 @media only screen and (max-width: 1068px) {
   .section-audio .intro-content .typography-section-headline {
	 line-height: 100px;
   }
 }

 @media only screen and (max-width: 734px) {
   .section-audio .intro-content .typography-section-headline {
	 line-height: 56px;
   }
 }




.section-design .captions-under .sticky-caption-inner p {
	padding-top: 50px;
}

@media only screen and (max-width: 1068px) {
	.section-design .captions-under .sticky-caption-inner p {
		padding-top: 45px;
	}
}

@media only screen and (max-width: 734px) {
	.section-design .captions-under .sticky-caption-inner p {
		padding-top: 28px;
	}
}
@media only screen and (min-width: 1600px){
.intro-content .typography-section-headline {
	font-size: 168px;
}
}
@media only screen and (max-width: 734px) and (max-height: 600px){
.section-audio .xray-copy-container {
height: 308px;
}
 /*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
