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

.page-it .section-setup-devices .img-mdm-logos {
    width: 389px;
    height: 160px;
    background-size: 389px 160px;
    background-repeat: no-repeat;
    background-image: url("https://nrs.preservation.mirrorweb.com/public/20170612000815oe_/https://images.apple.com/euro/education/it/d/generic/images/mdm_logos_large.png");
}

@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-it .section-setup-devices .img-mdm-logos {
        background-image: url("https://nrs.preservation.mirrorweb.com/public/20170612000815oe_/https://images.apple.com/euro/education/it/d/generic/images/mdm_logos_large_2x.png");
    }
}

@media only screen and (max-width: 735px) {
    .page-it .section-setup-devices .img-mdm-logos {
        width: 267px;
        height: 110px;
        background-size: 267px 110px;
        background-repeat: no-repeat;
        background-image: url("https://nrs.preservation.mirrorweb.com/public/20170612000815oe_/https://images.apple.com/euro/education/it/d/generic/images/mdm_logos_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) {
    .page-it .section-setup-devices .img-mdm-logos {
        background-image: url("https://nrs.preservation.mirrorweb.com/public/20170612000815oe_/https://images.apple.com/euro/education/it/d/generic/images/mdm_logos_small_2x.png");
    }
}



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



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




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


.page-it .section-hero .show-xsmall-only { display: none; }
@media only screen and (max-width: 480px) and (orientation: portrait) {
    .page-it .section-hero .show-xsmall-only {
        display: block;
    }
}

@-moz-document url-prefix() {
	#overview .complete-management .column.last img.sideview-ipads {
    margin-bottom: 1px;
	}
}

#mdm .management .column.last h2 { margin-top: 43px; }

#overview.it .powerful .column.last { padding-top: 24px; }


.page-it .section-enrollment .second-download {
    margin-top: 26px
}

@media only screen and (max-width: 1068px) {
    .page-it .section-enrollment .second-download {
        margin-top: 10px
    }
}


.icon:after { line-height: 1.5; }

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