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






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




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


@media only screen and (max-width: 734px) {
    .section-speakers .spatial-audio-headline-container {
        top: 120px;
    }
}


.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;
    }
}


.router-item-environment .grid-item-headline {
    max-width: 430px;
}

@media only screen and (max-width: 1068px) {
    .router-item-environment .grid-item-headline {
        max-width: 430px;
    }
}

@media only screen and (max-width: 734px) {
    .router-item-environment .grid-item-headline {
        width: 290px;
    }
}

@media only screen and (max-width: 375px) {
    .router-item-environment .grid-item-headline {
        width: 270px;
    }
}

@media only screen and (max-width: 320px) {
    .router-item-environment .grid-item-headline {
        width: 220px;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 