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


@media only screen and (min-width: 1069px) {
	.section-applecare .contentnav-items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-applecare .contentnav-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

.section-hero .image-hero-lockup {
    width: 775px;
    height: 369px;
    background-size: 775px 369px;
    background-repeat: no-repeat;
    background-image: url(/pl/support/products/images/overview/landing_hero__ezvhxoasvo2u_large.png);
    position: relative;
}

@media (min-resolution: 144dpi),only screen and (min-resolution:1.5dppx) {
    .section-hero .image-hero-lockup {
        background-image:url(/pl/support/products/images/overview/landing_hero__ezvhxoasvo2u_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .image-hero-lockup {
        width:702px;
        height: 262px;
        background-size: 702px 262px;
        background-repeat: no-repeat;
        background-image: url(/pl/support/products/images/overview/landing_hero__ezvhxoasvo2u_medium.png);
    }
}

@media only screen and (max-width: 1068px)and (min-resolution:1.5dppx),only screen and (max-width:1068px)and (min-resolution:144dpi) {
    .section-hero .image-hero-lockup {
        background-image:url(/pl/support/products/images/overview/landing_hero__ezvhxoasvo2u_medium_2x.png)
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .image-hero-lockup {
        width:315px;
        height: 119px;
        background-size: 315px 119px;
        background-repeat: no-repeat;
        background-image: url(/pl/support/products/images/overview/landing_hero__ezvhxoasvo2u_small.png);
    }
}

@media only screen and (max-width: 735px)and (min-resolution:1.5dppx),only screen and (max-width:735px)and (min-resolution:144dpi) {
    .section-hero .image-hero-lockup {
        background-image:url(/pl/support/products/images/overview/landing_hero__ezvhxoasvo2u_small_2x.png)
    }
}

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

/*------------------------------------*\
  LOCAL FIXES
\*——————————————————*/
@media only screen and (min-width: 1069px) {
	.section-applecare .contentnav-items {
		grid-template-columns: repeat(2, 1fr);
	}
    .section-hero .image-hero-lockup {
        left:62%;
    }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-applecare .contentnav-items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 734px) {
}
/*------------------------------------*\
  END LOCAL FIXES
\*------------------------------------*/ 
