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

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




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (max-height: 696px) and (max-width: 734px) {
.section-audio .xray-copy-container {
	min-height: 340px;
}
}

@media only screen and (max-height: 600px) and (max-width: 734px) {
.section-audio .xray-copy-container {
	min-height: 390px;
}
}

@media only screen and (max-width: 320px) {
.digital-crown .controls {
	bottom: 8px;
}
}


.apple-music-router .typography-headline {
	max-width: initial;
}
@media only screen and (min-width: 1441px) {
    .apple-music-router .typography-headline {
        max-width: 412px;
    }
}
@media only screen and (max-width: 1068px) {
    .apple-music-router .typography-headline {
        max-width: unset;
    }
}
@media only screen and (max-width: 734px) {
    .apple-music-router .typography-headline {
        max-width: 100%;
    }
}




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