.overview-routers-mac-for-you-alt {
  display: block;
  width: var(--p-width);
  height: var(--p-height);
  --p-width: 675px;
  --p-height: 290px;
  margin: 0 auto;
}

@media only screen and (max-width: 734px) {
  .overview-routers-mac-for-you-alt {
    --p-width: 390px;
    --p-height: 150px;
  }
}

@media only screen and (min-width: 1069px) {
  .overview-routers-mac-for-you-alt {
    /*    max-width: 750px;*/
    width: 100%;
  }
}
