/*------------------------------------*\ 
   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 (min-width: 735px) {
	 article.section-camera-audio .article-headline {
		 max-width: 8em
	 }
}

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

.section-routers .accent-green::before {
    width: 190px;
    height: 47px;
    background-size: 190px 47px;
}
@media only screen and (max-width:1068px) {
    .section-routers .accent-green::before {
        width: 165px;
        height: 42px;
        background-size: 165px 42px;
    }
}
@media only screen and (max-width:734px) {
    .section-routers .accent-green::before {
        width: 130px;
        height: 34px;
        background-size: 130px 34px;
    }
}

.router-item.full-split .router-item-content {
	padding: 70px 145px 70px 0;
}
@media only screen and (max-width:1068px) {
    .router-item-headline {
        font-size: 32px;
    }
}
@media only screen and (max-width:1068px) {
    .router-item.full-split .router-item-content {
        padding: 70px 0px 70px 0;
    }
}

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

.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 
\*------------------------------------*/