@media (min-width: 80em) {
  .page {
    width: calc(100% - 100px);
    padding-right: 100px;
  }
}
