/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




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

.section-display .subsection-stats .stats-list .stat {
	padding-top: 5px;
}
@media only screen and (max-width: 1068px) {
	.section-display .subsection-stats .stats-list .stat {
		padding-top: 3px;
	}
}
@media only screen and (max-width: 734px) {
	.section-display .subsection-stats .stats-list .stat {
		padding-top: 2px;
	}
}

.overview-routers-accessories {
    --p-width: 1380px;
    --p-height:358px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1068px) {
    .overview-routers-accessories {
        --p-width: 970px;
        --p-height:325px;
    }
}
@media only screen and (max-width: 734px) {
    .overview-routers-accessories {
        --p-width: 734px;
        --p-height:208px;
        margin-bottom: 0px;
    }
}



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