/*------------------------------------*\ 
   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;
 }
 
 .performance-modal-content .subsection-gallery .toggle-wrap .model-toggle {
     text-align: center;
     width: 126px;
  }

  @media only screen and (max-width:734px) {
      .performance-modal-content .subsection-gallery .toggle-wrap .model-toggle {
        width: 100px;
     }
  }
  
  .section-hero .content-container .hero-copy-container .macbook-air-13-and-15-global-avail {
  	text-align: center;
  }
  
  @media only screen and (max-width: 734px) {
     .performance-modal-content .subsection-gallery .tabnav-link {
 		font-size: 18px;
 	}
 }
 
 .section-routers .accent-green::before {
    width: 163px;
    background-size: 163px 47px;
}
@media only screen and (max-width:1068px) {
    .section-routers .accent-green::before {
        width: 142px;
        background-size: 142px 42px;
    }
}
@media only screen and (max-width:734px) {
    .section-routers .accent-green::before {
        width: 112px;
        background-size: 112px 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;
    }
}

html.hide-acmi [data-toggle-bts-2025="acmi"] {
	display: block;
}


.overview-routers-tradein {
	--p-width: 1380px;
	--p-height: 528px;
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.overview-routers-tradein {
		--p-width: 1028px;
		--p-height: 404px;
	}
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-routers-tradein {
		--p-width: 375px;
		--p-height: 192px;
	}
}
 /*------------------------------------*\ 
   END LOCAL FIXES 
\*------------------------------------*/