/** Apple Trade In **/
.overview-routers-tradein{
    --p-width:1380px;
    --p-height:528px;
}

@media only screen and (max-width: 1068px) {
    .overview-routers-tradein{
        --p-width:1028px;
        --p-height:404px;
    }
}

@media only screen and (max-width: 734px) {
    .overview-routers-tradein{
        --p-width:375px;
        --p-height:192px;
    }
}
/** Apple Trade In **/