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


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


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

@media only screen and (max-width: 1068px) and (min-width: 736px) {
  .section-audio .nonstop {
    margin-top: -95px;
  }
}

@media only screen and (max-width: 1068px) {
    .page-overview .router-tile-inner {
        padding: 70px 40px;
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .router-tile-inner {
        padding:64px 42px
    }
}

@media only screen and (max-width: 1068px) and (min-width: 736px) {
    .section-audio .nonstop {
        margin-top: 0px;
    }
}


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