/*fix icon positin down*/
.icon-wrapper .icon,.icon-wrapper .more::after,.icon-wrapper .icon-before::before,.icon-wrapper .icon-after::after {
    position: relative;
}
/* update headline line-height*/
.typography-section-headline {
	line-height: 1.04167;
}

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

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

/*fix se 1 generation Horizontal scroll bar*/
@media only screen and (max-width: 320px) {
    .typography-listening-time-stat {
        font-size: 240px;
    }
}
@media only screen and (max-width: 734px){
.apple-music-router .typography-headline {
max-width: 280px;
}
}