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