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

.page-working-with-us .img-identity-guidelines {
    background-image: url("/pt/music/images/workingwithus/identity_guidelines_large.jpg");
}

@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) {
    .page-working-with-us .img-identity-guidelines {
        background-image: url("/pt/music/images/workingwithus/identity_guidelines_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-working-with-us .img-identity-guidelines {
        background-image: url("/pt/music/images/workingwithus/identity_guidelines_medium.jpg")
    }
}

@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) {
    .page-working-with-us .img-identity-guidelines {
        background-image: url("/pt/music/images/workingwithus/identity_guidelines_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-working-with-us .img-identity-guidelines {
        background-image: url("/pt/music/images/workingwithus/identity_guidelines_small.jpg")
    }
}

@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) {
    .page-working-with-us .img-identity-guidelines {
        background-image: url("/pt/music/images/workingwithus/identity_guidelines_small_2x.jpg")
    }
}

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




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

@media only screen and (min-width: 736px) and (max-width: 1068px) { 
	.section-working-with-apple-music h1 {
		max-width: 290px;
	}
}


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