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

.section-display .overview-display-pixel-density {
    width: 420px;
    height: 165px;
    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:135px
    }
}

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

@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;
    }
}


.section-compare .column-content-flex-wrapper .content-wrapper .flex-header-wrapper {
    min-height: 308px;
}
@media only screen and (max-width: 1068px) {
    .section-compare .column-content-flex-wrapper .content-wrapper .flex-header-wrapper {
        min-height:245px
    }
}
@media only screen and (max-width: 734px) {
    .section-compare .column-content-flex-wrapper .content-wrapper .flex-header-wrapper {
        min-height:0
    }
}


.grid-item-efficiency .grid-item-content .typography-headline-super {
    font-size: 46px;
}
@media only screen and (max-width: 734px) {
    .grid-item-efficiency .grid-item-content .typography-headline-super {
        font-size: 48px;
    }
}

.section-display .grid-item-pixel .grid-item-content .text-content {
	padding: 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: 1068px) {
.section-hero .hero-cta-list {
flex-direction: column;
text-align: center;
margin-top: 30px;
}
}
@media only screen and (max-width: 1068px) {
.section-hero .hero-cta-item:nth-child(n+2)::before {
content: " ";
padding: 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;
	}
}

html.quick-look-classic .section-hero .hero-cta-list li.is-dynamic.has-dynamic-content:not(.pricing-data-missing-parent), html.quick-look-modern .section-hero .hero-cta-list li.is-dynamic.has-dynamic-content:not(.pricing-data-missing-parent), html.quick-look-classic .section-hero .hero-cta-list li.is-dynamic.has-dynamic-content:not(.pricing-data-missing-parent), html.quick-look-modern .section-hero .hero-cta-list li.is-dynamic.has-dynamic-content:not(.pricing-data-missing-parent) {
	margin-left: 0;
}

html.quick-look-classic .section-hero .hero-cta-list li.is-dynamic.has-dynamic-content:not(.pricing-data-missing-parent)+li, html.quick-look-modern .section-hero .hero-cta-list li.is-dynamic.has-dynamic-content:not(.pricing-data-missing-parent)+li, html.quick-look-classic .section-hero .hero-cta-list li.is-dynamic.has-dynamic-content:not(.pricing-data-missing-parent)+li, html.quick-look-modern .section-hero .hero-cta-list li.is-dynamic.has-dynamic-content:not(.pricing-data-missing-parent)+li {
	margin-right: 0;
}

@media only screen and (min-width: 1069px) {
    .section-compare .feature-list .block-height.processor {
        min-height: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .section-compare .feature-list .block-height {
        min-height: 40px;
    }
    .section-compare .feature-list .block-height.processor {
        min-height: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .section-compare .feature-list .block-height.processor {
        min-height: 40px;
    }
    .section-compare .product-headline {
        min-height: 54px;
    }
}
@media only screen and (min-width: 1069px) {
	 .router-item-picture {
		display: flex;
		justify-content: left;
		flex-grow: 1;
	}
	.section-routers .overview-accessories {
		display: block;
		width: 1380px;
		height: 358px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.router-item-accessories .router-item-picture {
		display: flex;
		justify-content: left;
		flex-grow: 1;
	}
	.section-routers .overview-accessories {
		display: block;
		width: 972px;
		height: 254px;
	}
}

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