@media only screen and (min-width: 1069px) {
	.section-learn-to-play .section-headline {
		padding-right: 20px;
	}

	.section-icloud .section-headline {
		padding-right: 5px;
	}
}

/*start GarageBand cho Mac*/
.section-platforms .garageband-mac-icon {
    width: 110px;
    height: 110px;
    background-size: 110px 110px;
    background-repeat: no-repeat;
    background-image: url("/v/mac/garageband/l/images/garageband/garageband_mac_icon__berja7q6qydu_large.png");
    margin-bottom: 15px;
    margin-left: -15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-platforms .garageband-mac-icon {
        background-image: url("/v/mac/garageband/l/images/garageband/garageband_mac_icon__berja7q6qydu_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .section-platforms .garageband-mac-icon {
        width: 110px;
        height: 110px;
        background-size: 110px 110px;
        background-repeat: no-repeat;
        background-image: url("/v/mac/garageband/l/images/garageband/garageband_mac_icon__berja7q6qydu_medium.png")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-platforms .garageband-mac-icon {
        background-image: url("/v/mac/garageband/l/images/garageband/garageband_mac_icon__berja7q6qydu_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .section-platforms .garageband-mac-icon {
        width: 110px;
        height: 110px;
        background-size: 110px 110px;
        background-repeat: no-repeat;
        background-image: url("/v/mac/garageband/l/images/garageband/garageband_mac_icon__berja7q6qydu_small.png")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-platforms .garageband-mac-icon {
        background-image: url("/v/mac/garageband/l/images/garageband/garageband_mac_icon__berja7q6qydu_small_2x.png")
    }
}
/*end GarageBand cho Mac*/