/*------------------------------------*\ 
   LOCAL SCREENS 
\*------------------------------------*/ 
 
.overview-mac-plus-iphone-mac-iphone {
   --p-width: 758px;
   --p-height: 459px;
}

@media only screen and (max-width: 1068px) {
   .overview-mac-plus-iphone-mac-iphone {
	 --p-width: 505px;
	 --p-height: 307px;
   }
}
 
@media only screen and (max-width: 734px) {
   .overview-mac-plus-iphone-mac-iphone {
	 --p-width: 375px;
	 --p-height: 320px;
   }
}
 
 
 
/*------------------------------------*\ 
   END LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
/*------------------------------------*\ 
   LOCAL FIXES 
\*------------------------------------*/ 

.section-hero .content-container .hero-copy-container {
	padding-top: 60px;
}

@media only screen and (max-width: 734px) {
    .performance-modal-content .subsection-gallery .tabnav-link {
		font-size: 18px;
	}
}

.section-routers .router-item-environment {
    padding: 84px 0;
}

.section-routers .accent-green:before {
	width: 165px;
	background-size: 165px 47px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .accent-green:before {
		width: 143px;
		background-size: 143px 42px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .accent-green:before {
		width: 115px;
		background-size: 115px 34px;
	}
}

.router-item.full-split .router-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}
@media only screen and (max-width:1068px) {
    .router-item.full-split .router-content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:1068px) {
    .router-item-headline {
        font-size: 35px;
    }
}
@media only screen and (max-width:735px) {
    .router-item-headline {
        font-size: 32px;
    }
}

.section-routers .section-compare .compare-headline {
	margin-bottom: 90px;
}
@media only screen and (max-width:1068px) {
	.section-routers .section-compare .compare-headline {
		margin-bottom: 80px;
	}
}

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