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

.section-display .overview-display-pixel-density {
    width: 420px;
    height: 84px;
    left: 50%;
    margin-left: -210px;
    margin-top: 19px;
    margin-bottom: 0px
}

@media only screen and (max-width: 1068px) {
    .section-display .overview-display-pixel-density {
        width: 290px;
        height: 70px
    }
}

@media only screen and (max-width: 734px) {
    .section-display .overview-display-pixel-density {
        display: block;
        width: 300px;
        height: 55px
    }
}

@media only screen and (max-width: 1068px) {
    .section-display .overview-display-pixel-density {
        left: 50%;
        margin-left: -146px
    }
}

@media only screen and (max-width: 734px) {
    .section-display .overview-display-pixel-density {
        left: 50%;
        margin-left:-150px
    }
}

@media only screen and (max-width: 734px) {
    .section-display .overview-display-pixel-density {
        margin-top:-45px
    }
}

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




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.section-router .grid-item-router .shared-router-macos-bigsur img {
object-fit: cover;
	margin-left: -30%;
}

@media only screen and (max-width: 1068px) {
    .section-router .grid-item-router .shared-router-macos-bigsur img {
        margin-left: 0;
    }
}

#shared-router-accessories-1 img {
	position: relative;
	top: 45px;
}
@media only screen and (max-width: 734px) {
#shared-router-accessories-1 img {
	top: 0;
}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-cta-item {
		line-height: 1.19048;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .hero-cta-item:first-of-type {
		line-height: 2.16;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .hero-cta-item:nth-of-type(2) {
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 1068px) {
	.typography-eyebrow-reduced {
    	margin: 0px -14px;
	}
}
@media only screen and (max-width: 734px) {
	.typography-eyebrow-reduced {
    	margin: 0px 0px .4em;
	}
}

.section-router .grid-item-continuity .grid-item-header {
    flex-basis: initial;
    max-width: 115%;
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 