/*------------------------------------*\ 
   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-routers .router-item-accessories .router-item-content {
	 max-width: unset;
	 margin-block: unset;
	 display: unset;
	 flex-direction: unset;
	 justify-content: unset;
	 margin-top: 52px;
 }
 
 @media only screen and (max-width: 1068px) {
	 .section-routers .router-item-accessories .router-item-content {
		 margin-top: 33px;
	 }
 }
 
 @media only screen and (max-width: 734px) {
	.section-routers .router-item-accessories .router-item-content {
		margin-top: 36px;
	}
 }
 
 .section-routers .router-item-accessories .router-item-picture {
	 left: unset;
	 position: unset;
	 top: unset;
	 bottom: unset;
	 margin: unset;
	 height: unset;
 }
 
 .section-routers .router-item-accessories .router-content-wrapper {
	 position: relative;
 }
 
 
 @media only screen and (min-width: 735px) {
	article.section-camera-audio .article-headline {
		max-width: 8em
	}
}

.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-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;
    }
}
 
/*------------------------------------*\ 
   END LOCAL FIXES 
\*------------------------------------*/